Verry smple solution Sort image by date upload in opencart 3.0.2.0 Image Manager,
Verry smple solution i searched the internet and found how to sort the images by the last added. its annyoing if you have a lot of products. i go, uppload the 2-3 pictures i have on a product and then i have to go and search for the filename since the image in image manager. the solution is simple:
find this line:
Code: Select all
$files = glob($directory . '/' . $filter_name . '*.{jpg,jpeg,png,gif,JPG,JPEG,PNG,GIF}', GLOB_BRACE);
Add after:
array_multisort(array_map('filemtime', $files), SORT_NUMERIC, SORT_DESC, $files);
No specification data available yet.
100 points per win · 3 games daily · 100 points = ৳1
Create an account or log in to play securely and collect reward points.
Log InCreate Account
Facebook Comments
Open Page