I have bundle products with 3 checkboxes checked as default. I want to add a bundle product from the page category list (list.phtml
) without having to specify the o
My project needed to only show a single line for a bundle product, hidden options default selected and purchased when buying the bundle. The product had be buyable from the category view.
Bundle config:
I went into my custom category view template and added the following:
The above creates a add-to-cart-form, retrieves the bundle sub-products if we have a bundle and defaults all the options. Works like a charm!