Jump to content

How can I limit the max number of product photos that can be uploaded?


Recommended Posts

Easily enough question right? Couldn't find a way, searched and combed every forum. Strange enough nobody else asked this.

 

I want to globally limit the number of product photos that can be uploaded.

 

If there isn't an option within Prstashop or a easier way please provide the code for conditional check and the file where I can place it. I have average php skills.

 

Thank you in advance for any help.

Link to comment
Share on other sites

Hi,

 

As far as I can tell, there is no option to limit the number of product photos uploaded.

 

The code is in adminpanelfolder/themes/default/template/controllers/products/images.tpl

 

It uses valums uploader : http://valums-file-uploader.github.io/file-uploader/ to upload images and you can get the total images count int the smarty variable {$countImages}

 

Hopefully With this info you should be able to write your own logic.

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...