Page 1 of 1
Editable parameters in products list.
Posted: Sat Dec 18, 2021 12:55 am
by Django29
Hello.
I'm sure I'm not the only one to dream of the possibility to edit directly in the products list, the parameters (price, quantity, status) , without extensions, and without opening each product admin, one by one, and to select the category to list.
Another dream : when editing a product, 2 buttons to save : "(Only) save" + "Save and close".
Maybe in the next version of OC ?

Re: Editable parameters in products list.
Posted: Sat Dec 18, 2021 1:18 am
by mikeinterserv
Well you can do exactly that in the DB directly.
Re: Editable parameters in products list.
Posted: Sat Dec 18, 2021 1:45 am
by Django29
This solution is not realistic. It would be 1000 times easier and faster, in the admin of OC, especially when we want to work on the products of a particular category.
And it works fine with extensions, but you know that more extensions = more bugs, waste of time for updates, less security ... and money.
Re: Editable parameters in products list.
Posted: Sun Dec 19, 2021 1:56 am
by mikeinterserv
Django29 wrote: ↑Sat Dec 18, 2021 1:45 am
This solution is not realistic. It would be 1000 times easier and faster, in the admin of OC, especially when we want to work on the products of a particular category.
And it works fine with extensions, but you know that more extensions = more bugs, waste of time for updates, less security ... and money.
Well that's only because you don't know how to work with a DB and the tools available.
Search google for DB admin tools
Re: Editable parameters in products list.
Posted: Sun Dec 19, 2021 2:43 am
by Django29
I'm not a specialist of PhpMyAdmin, but I work on it almost everyday, and I confirm it would be much easier and faster to change these prices and status on the OC admin, directly in the products list.
Another reason : I work on the sites only to build and update them, and optimize the SEO. But my clients must be able to update the prices, quantities and status very easily and rapidly. And they never heard about phpMyAdmin ...
Re: Editable parameters in products list.
Posted: Sun Dec 19, 2021 3:57 am
by mikeinterserv
Django29 wrote: ↑Sun Dec 19, 2021 2:43 am
Another reason : I work on the sites only to build and update them, and optimize the SEO. But my clients must be able to update the prices, quantities and status very easily and rapidly. And they never heard about phpMyAdmin ...
OK that's a fair comment.
It would be possible to achieve what your thinking, but a fair amount of work would be involved.
Have you searched the marketplace for anything along those lines.
Re: Editable parameters in products list.
Posted: Sun Dec 19, 2021 5:45 am
by Django29
Yes. Last year I found an extension for this purpose.
I think it was called "Instant Product Editor", but I don't see it again. And there are other extensions doing that.
But, as I said, with the inconveniences of the extensions ...
Re: Editable parameters in products list.
Posted: Sun Dec 19, 2021 4:43 pm
by xxvirusxx
Django29 wrote: ↑Sun Dec 19, 2021 5:45 am
I think it was called "Instant Product Editor", but I don't see it again.
https://www.opencart.com/index.php?rout ... on_id=1561
Re: Editable parameters in products list.
Posted: Mon Dec 20, 2021 2:10 am
by Django29
Thanks for the link !