Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product images disappear. #20

Open
trishss opened this issue Aug 3, 2016 · 2 comments
Open

Product images disappear. #20

trishss opened this issue Aug 3, 2016 · 2 comments

Comments

@trishss
Copy link

trishss commented Aug 3, 2016

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.

@VaheSa
Copy link

VaheSa commented Feb 16, 2017

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;

@elsondinardo
Copy link

Hello, I have a similar problem but in my case it only displays the default image of the magento.

untitled-default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants