Problems & Fixes
-
Really like the plugin. I’m on version 4.4 apparently, but it wasnt an option.
Here are the problems and solutions I’ve found:1. One of our colors is “Carbon Fiber”. It has a space- which is a problem because your data-woovsi attribute removes them. Changed
$color = v.toLowerCase()on line 464 to$color = v.toLowerCase().replace(' ', '');. May have missed some places, but is at least working now.2. When first visiting the page, for some reason an attribute is already ‘selected’ and hides the images, even though ‘Select an option’ is selected (i.e nothing is actually selected). This also
– Am working on fix, maybe.3. Product gallery images with NO selected variation are hidden. This is not a good idea as if they have no selection, I believe it logical to have them Always be visible, i.e a nutrition label which is the same for each different color of a lolly pop.
– Should have fix today
The topic ‘Problems & Fixes’ is closed to new replies.