Jump to content

Some Viewed Products Images Not Showing


Recommended Posts

Hey,

 

I've got a strange problem that has been baffling me a while now and I can't figure it out so hopefully you guys can help.

 

On my site ( http://www.boutiqueflowers.co.uk ) running PrestaShop™ 1.5.4.1, only some products images will show in the viewed products block on the left column, most images are fine yet some show as no image available.

 

for instance this product after visiting, the image loads fine: 

http://www.boutiqueflowers.co.uk/summer-flowers/vibrant-summer-vase.html

 

yet this product after viewing, in the viewed products block shows no image available:

http://www.boutiqueflowers.co.uk/funeral/classic-sheaf.html

 

 

I've tried regenerating the product images but doesn't seem to make any difference.

 

In my blockviewed.tpl the img src line reads:

<img src="{if isset($viewedProduct->id_image) && $viewedProduct->id_image}{$link->getImageLink($viewedProduct->link_rewrite, $viewedProduct->cover, 'medium_default')}{else}{$img_prod_dir}{$lang_iso}-default-medium_default.jpg{/if}" alt="{$viewedProduct->legend|escape:html:'UTF-8'}" />

Thanks for any help!

Link to comment
Share on other sites

Hi,

 

it seems like there's no medium image for the classic sheaf product.

Could you take a look on your FTP in ROOT/img/p/1/6/5/2/ if there's a medium_default image?

 

It's possible for example that generating medium_default images was disabled when you were first adding these products...

Link to comment
Share on other sites

Hey, thanks for the replies guys.

 

NaveenYadav:  that is the example of a product that works... :)

 

PSfever.com:

 

went to the directory and the image is there and correct! :o

Regenerated the images again and still there, still not showing :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...