Question

I want to create a bundle products for my estore but the bundle product has more than 50 products

So i want to add carousel or slider to these product. I tried adding some sliders but it is not working??

Please suggest me with some ideas.

Was it helpful?

Solution

First of all, if you want to use a slider, you will need to add your bundle items as checkboxes or radio buttons. If you add them as selects or multiselects you won't be able to add a slider.

Now, depending on the type of bundle products (checkboxes or radio) you need to edit one of these files:

  • /app/design/frontend/{package}/{theme}/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml
  • /app/design/frontend/{package}/{theme}/template/bundle/catalog/product/view/type/bundle/option/radio.phtml

Pick a slider that looks nice (this is entirely up to you) and add it to those pages. Most of the sliders work out of the box with <ul> elements, so you are in luck because the templates that render the bundle items use <ul>s.
If something does not work, you should explain it in the question. We cannot guess what has gone wrong.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top