I use the Product Bundles plugin for WooCommerce, and in my orders and packing lists it repeats the bundle's name for each item. This makes it hard to read the packing slips.
The same thing happens in the checkout, and this confuses people.
How can I get each item in a product bundle to onle keeo it's own name, and not repeat the bundle's name?
I use the Product Bundles plugin for WooCommerce, and in my orders and packing lists it repeats the bundle's name for each item. This makes it hard to read the packing slips.
The same thing happens in the checkout, and this confuses people.
How can I get each item in a product bundle to onle keeo it's own name, and not repeat the bundle's name?
Attached files: Pakkseddel - pakkseddel-11383.pdf 2024-05-18 at 3.25.49 PM.jpg
Seems like whenever echo $item['name']; is used, it pulls the bundle's name + the product name.
Hi Preben,
You can hide the bundle name before the bundled subproducts' name here:
Best regards,
Dustin