You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also had a that problem
I solved that problem like this
finde js.phtml and change image to small_image
before var img = imgPlaceholder; var prodName = product.name; if (product.image && product.image != 'no_selection') { img = product.image;
after var img = imgPlaceholder; var prodName = product.name; if (product.small_image && product.small_image != 'no_selection') { img = product.small_image;
This extension works perfectly except that when I go to the product browsing pages, all of the thumbnails don't load. Major problem.
This issue was listed before but the creator solved it without sharing the solution.
The text was updated successfully, but these errors were encountered: