I am writing this post in order to ask if anyone from here can give me a way to simplify the process of adding products?
I am sure that everyone of you is experiencing that feeling when you simply don't want to add more products with 10 images because it takes you like 5 minutes for every image to be uploaded and selected as a product image.
I am looking for a way to select all the images you want to be added to Product X and click them and there you go. Not having to add a new image tab for every image you want to add, then search it in the file manager and upload and etc etc.
Does anybody knows a solution for this?
Doesn't matter if its paid or free, it would be nicer to be free, but anyway.
OC Version : 1.5.2.1
Thank you.
Edit admin/controller/common/filemanager.php
Find
Code: Select all
foreach ($files as $file) {
if (is_file($file)) {
$ext = strrchr($file, '.');
} else {
$ext = '';
}
Code: Select all
// added
usort($files, create_function('$a,$b', 'return filemtime($b) - filemtime($a);'));
// end added
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Rory
DakotaQ Internet Services
"We Build Websites that Do Something!"
OpenCart Extensions, Installation Support, and Customization
Multi Image Management for 1.5.2+ and 1.5.3.1
Multi Image Management for 1.5.0+
Users browsing this forum: Majestic-12 [Bot] and 16 guests