studiodz Posted July 27, 2015 Share Posted July 27, 2015 I don't know what to do but I can't get the product image on the cart and on the order page. The site is this https://vectorsbay.com Thanks Ivan Link to comment Share on other sites More sharing options...
gabdara Posted July 29, 2015 Share Posted July 29, 2015 Try to regenerate thumbnails from BO > Preferences > Images > Regenerate thumbnails Link to comment Share on other sites More sharing options...
studiodz Posted July 29, 2015 Author Share Posted July 29, 2015 I've done it but hasn't worked Link to comment Share on other sites More sharing options...
gabdara Posted July 29, 2015 Share Posted July 29, 2015 After I've added a product to cart I've manually edited the path of the image to where it should be and the images are there for the cart (https://vectorsbay.com/1106-tm_cart_default/hand-apple-ipad-woman.jpg), but the generated link is wrong. I see that you have https enabled, try to disable it and see if it changes anything. Also you could try to Disable non PrestaShop modules and Disable all overrides from BO > Advanced Parameters > Performance > Debug mode, maybe is one of your modules or override that is causing this. Link to comment Share on other sites More sharing options...
studiodz Posted July 31, 2015 Author Share Posted July 31, 2015 I've tried all your suggestions but nope the image isn't displayed. Could be a theme problem? Link to comment Share on other sites More sharing options...
gabdara Posted July 31, 2015 Share Posted July 31, 2015 It could be a theme problem with your theme blockcart. In YOUR_THEME/modules/blockcart/blockcart-json.tpl see if "image_cart" is set correctly. Link to comment Share on other sites More sharing options...
studiodz Posted July 31, 2015 Author Share Posted July 31, 2015 There is this code "image_cart": {$link->getImageLink($product.link_rewrite, $product.id_image, 'tm_cart_default')|json_encode}, I don't know if it is correct Link to comment Share on other sites More sharing options...
gabdara Posted July 31, 2015 Share Posted July 31, 2015 If in BO > Preferences > Images you don't have a image type called tm_cart_default, then it is not correct. Either you create a new image type with this name or you change the code to name cart_default . Link to comment Share on other sites More sharing options...
studiodz Posted July 31, 2015 Author Share Posted July 31, 2015 I have it so the code is correct Thanks anyway Link to comment Share on other sites More sharing options...
gabdara Posted August 2, 2015 Share Posted August 2, 2015 I'm running out of ideas. Other things to try: 1) See in /override/classes if there is a file Link.php, maybe the getImageLink function is overridden. 2) If you have watermark enabled, disable it, clear cache and see if it makes any difference. Link to comment Share on other sites More sharing options...
gabdara Posted August 5, 2015 Share Posted August 5, 2015 Stumble upon this thread today that solves the problem of image cart not displaying after upgrading to 1.6.1 . Thought it might help you. Link to comment Share on other sites More sharing options...
studiodz Posted August 5, 2015 Author Share Posted August 5, 2015 Thank you gabdara, I'll check it! Link to comment Share on other sites More sharing options...
studiodz Posted August 25, 2015 Author Share Posted August 25, 2015 Updating to 1.6.1.1 solve the problem!!! Link to comment Share on other sites More sharing options...
Recommended Posts