Post by electrocasnica.ro » Sat Sep 01, 2012 2:55 am

Hello All OpenCart Users,

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.


Posts

Joined
Thu Jul 12, 2012 11:53 pm

Post by labeshops » Sat Sep 01, 2012 5:15 am

This sped things up a lot for me - it shows images in the file manager in descending order with the last ones uploaded first.

Edit admin/controller/common/filemanager.php

Find

Code: Select all

			foreach ($files as $file) {
				if (is_file($file)) {
					$ext = strrchr($file, '.');
				} else {
					$ext = '';
				}	
Add just before it:

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.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by electrocasnica.ro » Sat Sep 01, 2012 6:39 am

Oh, sure, that will help too. But its not exactly what i'm looking for. I want something to be able to set up 5 images for e.g. at a time.


Posts

Joined
Thu Jul 12, 2012 11:53 pm

Post by labeshops » Sat Sep 01, 2012 7:44 am

I believe there is an extension to do that, but I don't have any experience with it. Check the extensions store.

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.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by electrocasnica.ro » Sat Sep 01, 2012 3:24 pm

I already checked the extension store, I found something, the ImageManager+ but has alot of edditions and i'm not sure which is the correct one for what I need. Maybe someone does, or already knows somethng even more better. Thanks and wish you all a wonderful weekend


Posts

Joined
Thu Jul 12, 2012 11:53 pm

Post by labeshops » Sat Sep 01, 2012 7:34 pm

You need to look at the compatibility and download the one that is for the version of opencart you have installed. Once you pay the license fee for the extension, you can download any of them.

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.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by electrocasnica.ro » Sat Sep 01, 2012 9:34 pm

I see, ok. I will try that next week. Until then, I am still waiting for other suggestions and also looking for a one-page checkout? Is there any other than the one from the extension store?


Posts

Joined
Thu Jul 12, 2012 11:53 pm

Post by labeshops » Sat Sep 01, 2012 9:57 pm

There are 2 or 3 one page checkouts n the extension store.

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.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by electrocasnica.ro » Sat Sep 01, 2012 10:13 pm

Searching them now, meanwhile, I found many Image Manager extensions. There is the ImageManager+ which seems to be free and work ok and found another two Multi Image Manager and Power Image Manager. Any ideea about this two?


Posts

Joined
Thu Jul 12, 2012 11:53 pm

Post by fpdesign » Wed Sep 12, 2012 2:32 am

The Multi Image Upload Manager works well. You can upload multiple images, drag and drop from your computer. You can also drag drop your product images to sort them. It also works on banners, uploading images, drag drop sort order, etc. One other nice feature is that after your images are uploaded, you just select all the images for that product, then right-click, click on Select for Product and they're all added at once. You can add 10 images to one product in just a couple of clicks. You can get the extension here: http://www.opencart.com/index.php?route ... on_id=6229. Support is free.

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+


New member

Posts

Joined
Thu May 10, 2012 8:36 pm

Who is online

Users browsing this forum: No registered users and 108 guests