Jump to content

Brand New to Prestashop- products show up as question marks


Recommended Posts

I'm brand new to prestashop, as in like two days new. 

So I have been using tutorials to set things up and so far so good, except everytime I try to add a product now it just shows up as a question mark image instead of the actual image. 

Please help! Thanks

 

 

Link to comment
Share on other sites

Tried that with no luck :-/

 

Under Performance, Images scroll to bottom and try regenerating the images.


I'm such a newbie I don't even know how to do this.

 

 

in blocktopmenu.php use code:

$this->_menu .= '<li class="mymanufacturerlink"><a href="'.$link->getPageLink('manufacturer').'">'.$this->l('All manufacturers').'</a><ul>'.PHP_EOL;

then somewhere in js scripts use this:

$('.mymanufacturerlink').click(function(e) {
    e.preventDefault();
});
Link to comment
Share on other sites

Can someone explain to me in detail how to fix this? 

The thumbnails show up under my products list, but when i go into each individual product and click on image, it shows a question mark. When i click the question mark it does show the image. On my website it just shows a question mark for my product. 

Link to comment
Share on other sites

I am having the same problem and haven't gotten replies to my thread yet. Like you, I'm new to this and it seems like all of the things I've read as to how to fix this are too complicated or simply not explained enough for me. I really hope the answer gets posted here.

Link to comment
Share on other sites

I just checked you site and all images except the third one on home page are now showing, I assume you found a solution.

 

As for vekia's solution you would use you FTP and go to modules/blocktopmenu/ and edit the .php file, however I would like to here how that or what that would have to do with the images showing ? marks.

Link to comment
Share on other sites

×
×
  • Create New...