HowHard Posted June 4, 2014 Share Posted June 4, 2014 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 More sharing options...
NaveenYadav Posted June 4, 2014 Share Posted June 4, 2014 Its there. see: http://awesomescreenshot.com/0622x7hw50 Link to comment Share on other sites More sharing options...
PSfever.com Posted June 4, 2014 Share Posted June 4, 2014 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 More sharing options...
HowHard Posted June 4, 2014 Author Share Posted June 4, 2014 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! Regenerated the images again and still there, still not showing Link to comment Share on other sites More sharing options...
HowHard Posted June 5, 2014 Author Share Posted June 5, 2014 bump? Link to comment Share on other sites More sharing options...
HowHard Posted June 10, 2014 Author Share Posted June 10, 2014 can anybody help please? Link to comment Share on other sites More sharing options...
PSfever.com Posted June 10, 2014 Share Posted June 10, 2014 Hi, sorry for not reacting, there is nothing much I can think off..how about containg the guy who created that theme? Or, try replacing the medium_default file with another image type. Such as home_default or large_default.. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now