I'm having issues with the base names for additional images.
For instance if I have products images 285.jpg, 285BL.jpg and 285SIS.jpg
on the page for the 285 product the images for 285BL and 285SIS are showing up. Any suggestions?
Thanks
I'm having issues with the base names for additional images.
For instance if I have products images 285.jpg, 285BL.jpg and 285SIS.jpg
on the page for the 285 product the images for 285BL and 285SIS are showing up. Any suggestions?
Thanks
Add something to the 285.jpg filename so that other 285 images will not piggyback on it.
You can call it 285base.jpg if your image names are taken from the product names; then additional images for that would be 285base_1.jpg, etc.
I thank you kind sir. Though the solution seems obvious, I was running in circles trying to figure this one out.