Page 1 of 1

Admin image manager - show more images

Posted: Sun Jul 15, 2018 6:32 pm
by fantastico
Hi all,
When uploading a product image through admin image manager it is showing 16 images only in the folder, and i would like to show 50 images in each folder.
How can i show more images in admin image manager?
OC v 3.0.2.0
Thanks.

Re: Admin image manager - show more images

Posted: Sun Jul 15, 2018 8:55 pm
by DigitCart
Hi,
Edit this file:

Code: Select all

admin\controller\common\filemanager.php
Search for 16 and replace it with 50.
(There are 3 occurrences of 16)

Re: Admin image manager - show more images

Posted: Sun Jul 15, 2018 9:12 pm
by fantastico
Many thanks DigitCart, works perfectly.

Re: Admin image manager - show more images

Posted: Sun Jul 15, 2018 9:21 pm
by DigitCart
You're welcome!