Jump to content

clean photo discontinued products


Recommended Posts

HI,

 

my prestashop site take up more hosting space because there are many photos of products. Many photos have been uploaded for "home slide module" and can be cancelled but there are many photos that can be cancelled. How can i know if a photo has discontinued or not??? Is there an automatic clean method???

 

thank you

Link to comment
Share on other sites

What version of Prestashop are you using? Also are you using the default home slider module or one that came with a theme?

 

Prestashop version 1.5.6.1 and i use the default home slider.

Another question, when i delete a product from catalogue the image of product is deleted????

Link to comment
Share on other sites

I never actually tested it out. It might be something good to file a bug report on.

 

I took a look into HomeSlide.php

foreach ($images as $image)
    {
	if (preg_match('/sample/', $image) === 0)
        	if ($image && file_exists(dirname(__FILE__).'/images/'.$image))
	           $res &= @unlink(dirname(__FILE__).'/images/'.$image);
		}

I think they are not deleting the sample images only..or any image whose name has sample. 

ok,

 

thank you

 

Correction: Home slide delete all images except the ones that contains "sample" in their image name.

Link to comment
Share on other sites

×
×
  • Create New...