Post by helenmarie » Mon Jun 07, 2010 9:26 pm

Hello,

First of all I would like to start by saying I think Opencart is excellent :)

I dont really post much on this board but do read alot and search through when iv had problems in the past, it has been a real help :)

I would like to put a new feature idea forward if thats ok, I had a read through the list of features already requested and I dont think its in there but forgive me if Iv missed it.

Im not sure if this is possible with Opencart? but I think it could be really useful if the Product view in the admin section, had a column with the item price in and if all the attributes eg: product name, quantity, status and price were all editable from there instead of having to click edit, then click on data, then scroll down to edit the price, then scroll back up to save it. It would be really good to be able to 'quick edit' things like the price, quantity, product name and enable/disable an item, then under the edit link have a link to save the changes?

Thank you

Helen

User avatar
New member

Posts

Joined
Sat Nov 07, 2009 1:05 am

Post by jimmydahl » Fri Jun 11, 2010 12:42 am

I have shopowners who requests this functionallity to. Thay would very much benefit on this since they have quite a lot of products and changes the price quite often.

Newbie

Posts

Joined
Wed May 26, 2010 4:46 am

Post by gaidin » Fri Jun 11, 2010 12:03 pm

Im not sure if this is possible with Opencart? but I think it could be really useful if the Product view in the admin section, had a column with the item price in and if all the attributes eg: product name, quantity, status and price were all editable from there instead of having to click edit, then click on data, then scroll down to edit the price, then scroll back up to save it. It would be really good to be able to 'quick edit' things like the price, quantity, product name and enable/disable an item, then under the edit link have a link to save the changes?
Are you referring to a 'grid view' like a spreadsheet?

Newbie

Posts

Joined
Sun Jul 26, 2009 5:44 pm

Post by Xsecrets » Fri Jun 11, 2010 12:22 pm

yeah Q used to have a batch edit contribution which looked nice. This would be a good thing to have, though I think asking for it to be able to edit the options too is a bit much.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by cevarief » Fri Jun 11, 2010 3:31 pm

That's the same what i want.

I think it's not quite hard to create quick edit feature like that. I'm imaging about adding quick edit link next to current edit link, when it's clicked it will show somekind of light box with several needed field needs to update using AJAX. No refresh. No second page.

Currently i'm so busy, may be if i have some free time, i'll consider to code it.

Do you have any other idea to make this quick edit feature more simple ?

Editable grid would be much better but it would change a lot of ui code.

Active Member

Posts

Joined
Wed Jun 02, 2010 10:52 pm

Post by cevarief » Sat Jun 12, 2010 7:59 am

Hi, Here's my quick and dirty hack for quick edit feature. Currently it doesn't use language yet. If anyone interested i'll share the code so you can test it.

Attachments

quickedit.jpg

Quick Edit Dialog - quickedit.jpg (46.98 KiB) Viewed 7151 times


Active Member

Posts

Joined
Wed Jun 02, 2010 10:52 pm

Post by Xsecrets » Sat Jun 12, 2010 8:09 am

I actually think having the fields in the table editable with one update button for the whole page would be a much quicker way to go.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by cevarief » Sat Jun 12, 2010 8:20 am

Xsecrets wrote:I actually think having the fields in the table editable with one update button for the whole page would be a much quicker way to go.
Yes i was thinking about that too, but it requires several additional column in the table to cover another fields that needs to be updated. I'm afraid it will exceed the page width (overflow). Also editable table with one update button will loose change if user accidentally sort or filter, since the page need to refresh.

I think editable grid may be best suited as admin module.

Active Member

Posts

Joined
Wed Jun 02, 2010 10:52 pm

Post by Xsecrets » Sat Jun 12, 2010 12:12 pm

well yes what I would like to see is a whole quick edit page separate from the product listing. that way you can remove some fields and add others. The big problem is no one will ever be able to agree on which fields need to be in there and editable. to me the biggest two would be price and qty since I figure that's what the vast majority of store owners change on a regular basis, but there are going to be those that claim they simply have to have every possible field there, and you will end up running out of space.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by nicudica » Sat Jun 12, 2010 5:36 pm

Hi!

I've finish also such of module (inline price edit):

Here are same specs.
* please see the full image size!

1.
Image
And the full size image:
http://www.msolutions.ro/mods/oc/edit/ed1.JPG

2
Image
And the full size image:
http://www.msolutions.ro/mods/oc/edit/ed2.JPG

3
Image
And the full size image:
http://www.msolutions.ro/mods/oc/edit/ed3.JPG

4
Image
And the full size image:
http://www.msolutions.ro/mods/oc/edit/ed4.JPG

5
Image
And the full size image:
http://www.msolutions.ro/mods/oc/edit/ed5.JPG

Best Regards,
Nicu

User avatar
Active Member

Posts

Joined
Wed Nov 11, 2009 9:20 pm
Location - Bucharest / Romania

Post by i2Paq » Sat Jun 12, 2010 6:35 pm

nicudica wrote:Hi!

I've finish also such of module (inline price edit):

Here are same specs.
* please see the full image size!

Best Regards,
Nicu
Very nice!

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by helenmarie » Sat Jun 12, 2010 6:47 pm

Nicudica, I have replied to your PM :)

User avatar
New member

Posts

Joined
Sat Nov 07, 2009 1:05 am

Post by cevarief » Sat Jun 12, 2010 10:49 pm

Hi nicu,

Yes that's nice. For user who change price very often, it's really simple using that inline price edit.

Active Member

Posts

Joined
Wed Jun 02, 2010 10:52 pm

Post by cevarief » Sun Jun 13, 2010 11:21 pm

Hi,

Should any need the hack for quick edit using dialog for 1.4.8, Here's the attached code. There are 4 files modified. Just simple code hack anyway. With a bit modification, you can easily implement inline edit as i add price column as well. It uses ajax to fill the edit form as well as to submit it. So most of the code modification resides in the template file.

Instruction : just extract the admin folder in zip to your opencart folder to replace/overwrite. Please don't use it in production unless you've tested it well.

Any feedback, welcome.

Active Member

Posts

Joined
Wed Jun 02, 2010 10:52 pm

Post by entertheraptor » Tue Jun 15, 2010 12:38 pm

Hi everyone, not exactly the same thing but along the same lines what I would like to see would be on the Sales>> Orders page to have the ability to select multiple items in the list and "bulk change" the status (as in pending, shipped, completed) rather than having to enter each page and change this setting for each individual sale. Combining this with a "notify customer" checkbox would be good too.

Has someone already made a module for this? Would someone like to :)


Posts

Joined
Sun Jun 13, 2010 8:49 am
Location - Australia

Post by nicudica » Tue Jun 15, 2010 10:34 pm

Hi everybody!

Bulk Change/Update - Status -> Orders.
Bulk Change/Update - Quantity -> Products.

I've finish this 2 new commercial modules.

1. Bulk Change/Update - Status -> Orders.
Allow you to update the status of orders.
Image
http://www.msolutions.ro/app/bulk/b01.jpg

Bulk Change/Update - Quantity -> Products.
Allow you to update the quantity of products.
Image
http://www.msolutions.ro/app/bulk/b02.jpg

please see the full screen.

Best Regards,
Nicu

User avatar
Active Member

Posts

Joined
Wed Nov 11, 2009 9:20 pm
Location - Bucharest / Romania

Post by Moggin » Wed Jun 16, 2010 11:51 pm

cevarief wrote:...
Instruction : just extract the admin folder in zip to your opencart folder to replace/overwrite. Please don't use it in production unless you've tested it well.

Any feedback, welcome.
Hey, this looks very good, cevarief. Thank you! Works well, looks good, and will be a great time-saver.
No problems so far.
Thanks again!

Active Member

Posts

Joined
Wed May 05, 2010 4:56 am

Post by nicudica » Sat Jun 26, 2010 4:52 am

Quick Bulk Products Edit:

This module allow you to make follows:

Select an category => the products with possibility to edit prices and quantities.

Regars,
Nicu

User avatar
Active Member

Posts

Joined
Wed Nov 11, 2009 9:20 pm
Location - Bucharest / Romania

Post by TofuMan » Mon Jun 28, 2010 3:36 am

Hi - I've just started evaluating OpenCart and I am impressed so far - but there are some things that I can't find and I am assuming aren't there (yet).

One thing I do know is that the downfall of the system we are using now (Actinic urgh!) and other Open Source carts is that they seem to get caught up in the technology and lose focus on the physical business. For example - os carts that have NO packing lists, no record of orders (tell the tax man that one when you are supposed to have 7 years records). Stock control for a start begins with stock taking - I have seen no good OS systems that make this simple.

So my contribution here is that the 'edit' link is a waste of time and screen space - the product code, description or even image could be used as a link to a full edit page.

The 'Enabled/Disabled' column is also a bit poor - because a simple icon (red/green light) could indicate that.

What should be on screen and editable is the price and stock level.

In my business we count stock and need to update it in one session - one page at a time is terrible.
Equally when a supplier changes their prices (or the government change the tax rate) we update 10s or 100s of products in one session.

Also the order [image, product name, model, qty, status...] could be editable as for some people some will be useless.

For me, most of the 'model' codes are set by suppliers and we organise our stock in the warehouse according to these codes... but I can't sort the columns by codes, only descriptions. This would make stock taking slow and much more open to errors, as you would be going back and forth to count various items out of any logical sequence).

Please take these comments in a positive light - I am very impressed by OpenCart so far and I can see with continued development it could be an outstanding platform for web businesses (from spare rooms to warehouses!).

User avatar
Newbie

Posts

Joined
Mon Jun 28, 2010 3:15 am
Location - Hampshire, UK

Post by silanli_53 » Mon Jul 12, 2010 7:45 am

cevarief wrote:Hi,

Should any need the hack for quick edit using dialog for 1.4.8, Here's the attached code. There are 4 files modified. Just simple code hack anyway. With a bit modification, you can easily implement inline edit as i add price column as well. It uses ajax to fill the edit form as well as to submit it. So most of the code modification resides in the template file.

Instruction : just extract the admin folder in zip to your opencart folder to replace/overwrite. Please don't use it in production unless you've tested it well.

Any feedback, welcome.
great module .. 148 worked pretty well. How do I fix the error token 147.

Code: Select all

Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 349Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 355Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 360Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 361Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 362Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 389Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 391Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 401Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 436Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 484Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 485Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 486Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 487Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 488Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 489Notice: Undefined index: token in /home/pintifiy/public_html/admin/controller/catalog/product.php  on line 526
thanks
best regarts

Cafe Koltuk Çeşitleri

Laptop Sırt Çantası


User avatar
New member

Posts

Joined
Fri Feb 19, 2010 8:54 am

Who is online

Users browsing this forum: No registered users and 4 guests