cancel
Showing results for 
Search instead for 
Did you mean: 

Display bundle item images on main bundle product's page

Display bundle item images on main bundle product's page

We use bundle products for selling pre made product packages. Customer can't change the qty of each bundle item attached and price is fixed, so they are fixed packages. We need a way to automatically display the sub products' images along with the main bundle product's images so that we don't need to add all sub product's images manually to the bundle product.

5 REPLIES 5

Re: Display bundle item images on main bundle product's page

@Kunzi

 

For this you need to change in the magento default files.

Here's how you can make it work:

1. Get all the bundel items id
2. Load the product bu id
3. And display the image where you want.

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Display bundle item images on main bundle product's page

Sorry can you explain more simple what to do to make image change according to option selected in bundled products? 

Thank you!

Re: Display bundle item images on main bundle product's page

This was actually not what I had in mind. I need the thumbnail images of all selections shown as default on product page same as the normal product thumbnails.

Re: Display bundle item images on main bundle product's page

You want to display bundle item images with more view images of main item, right?
For this, first of all you need to get the simple item id and then load that product image with the main product image.
And you need to make changes in this file:
app\design\frontend\[Your THEME]\template\catalog\product\view\media.phtml

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Display bundle item images on main bundle product's page

orry the aswer was for me or him? I go to see the media file but I don't understand where to modify it. And also, if I update magento? What happen?