gray Posted June 28, 2017 Share Posted June 28, 2017 You can change the "no image" picture in Back-end under the International/Localization/Languages tab -> Languages, Then edit the language selected. Then update "No-picture" image. However in selecting a default 'no image', it does not seem to remember the selection. Then regen all thumbnail images, and clear PS cache and clear Browser cache. Still nothing works. The images have been generated in Prestashop directory images/p/en-default-cart_default.jpg etc and also in Prestashop directory images/c/ Anybody have the same problem, and a work around. 1 Link to comment Share on other sites More sharing options...
Glamorhair Posted June 28, 2017 Share Posted June 28, 2017 Hi ive just regenerated the thumbnails and the same thing happened, but only images missing is the default main pic and only since about march. Older images are still all there. So ive just manually re did a ton of product images.... Link to comment Share on other sites More sharing options...
Nicolased Posted July 18, 2017 Share Posted July 18, 2017 RRrrrr I have same problem :-( Does anyone solve this? I think it's the format of pics because I have a little square instead picture in product and i can click on it . Off course "blank" screen is display Link to comment Share on other sites More sharing options...
ionut71 Posted September 16, 2017 Share Posted September 16, 2017 Does anyone solved this issue? Link to comment Share on other sites More sharing options...
drakruka Posted September 21, 2017 Share Posted September 21, 2017 I did manage to fix it , you can look at the solution here https://www.prestashop.com/forums/topic/609685-create-product-without-image-no-image-available-graphic/?p=2613958 Link to comment Share on other sites More sharing options...
mma87 Posted March 23, 2018 Share Posted March 23, 2018 I fix this issue with this tips: download an older prestashop version (ps 1.6) copy the default images from /img/p upload the default images in your-prestashop-folder/img/p do the same also for the categories' images from img/c regenerate all the images best regards, Matteo Link to comment Share on other sites More sharing options...
mistik777 Posted October 19, 2018 Share Posted October 19, 2018 A temporal solution for PS 1.7.4.3 until prestashop fix it in an official way: 1º Go to /img/p/ and download files: es-default-cart_default.jpg es-default-home_default.jpg es-default-large_default.jpg es-default-medium_default.jpg es-default-small_default.jpg change with the image you want and upload again. Go to /theme/YOURTHEME/templates/catalog/_partials/miniatures/product-listrgrid.tpl And add this in product-listrgrid.tpl {if count($product.images) < 1 } <a href="{$product.url}" class="thumbnail product-thumbnail"> <img src = "https://www.YOURWEBSITE.com/img/p/es-default-medium_default.jpg" alt = "{$product.cover.legend}" data-full-size-image-url = "{$product.cover.large.url}" > {/if} <a href="{$product.url}" class="thumbnail product-thumbnail"> <img src = "{$product.cover.bySize.home_default.url}" alt = "{$product.cover.legend}" data-full-size-image-url = "{$product.cover.large.url}" > {if count($product.images) > 1 } {hook h="displayTmHoverImage" id_product=$product.id_product home='home_default' large='large_default'} {/if} Go to /themes/YOURTHEME/templates/catalog/_partials/product-cover-thumbnails.tpl And add this in product-cover-thumbnails.tpl change green <img class="js-qv-product-cover" src="https://www.YOURWEBSITE.com/img/p/es-default-large_default.jpg" alt="{$product.cover.legend}" title="{$product.cover.legend}" style="width:100%;" itemprop="image"> Clear cache Link to comment Share on other sites More sharing options...
Guest dragos_mircea Posted December 4, 2018 Share Posted December 4, 2018 Hi guys, I hope that you figured out this issue. The single thing I did was to got to my theme assets/img/ where from I downloaded 2 files (JPEG's) and then I modified those files as I wanted to look. Link to comment Share on other sites More sharing options...
Chirila Posted October 14, 2021 Share Posted October 14, 2021 On 12/4/2018 at 10:48 AM, Guest dragos_mircea said: Hi guys, I hope that you figured out this issue. The single thing I did was to got to my theme assets/img/ where from I downloaded 2 files (JPEG's) and then I modified those files as I wanted to look. This is the solution in ps 1.7.6. 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