3 hours ago, bnadauld said:ive always been unsure how the /img/ directory is created and used in Prestashop. My 1.6 site shows an image the site actually uses is in really odd directory locations /img/5/6/5/556.jpg
I think the base image is like 123.jpg and the image for thumbnail (non-base image) are like:
123-cart_default.jpg
123-medium_default.jpg
123-thickbox_default.jpg
each folder has its own category (in prestashop 1.7):
example:
public_html/img/c/123.jpg = image for category
public_html/img/p/123.jpg = image for product
public_html/img/s/123.jpg = image for shipping logo
in prestashop 1.6 I think this is the answer:
3 hours ago, bnadauld said:Do you have to have them in these locations or is there a way to tidy this up - ie to 'regenerate all the derived image formats' - not really sure what this is?
Can you help?
You can regenerate the thumbnail images at: Design - > Image Settings -> Regenerate thumbnails, so if you accidentally deleted the thumbnail image 123-cart_default.jpg (or just to save space for backup), then you can regenerate here.