Active
Project:
Ubercart Bulk Stock Updater
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Aug 2010 at 21:14 UTC
Updated:
11 Nov 2010 at 17:33 UTC
It would be nice if the price of the product could also be bulk-edited. Investigate whether this is easy to add.
Comments
Comment #1
hiddentao commentedChanges committed to CVS. Users can now edit the selling price as well as the stock threshold.
Comment #2
zkrebs commentedSeems to work great, thanks. I can't help but think this module would be awesome if it had filters like a View would. Have a huge inventory (1500+ products), and the built in filter just chokes the page.
Comment #3
hiddentao commentedThe built-in filter is Javascript-driven, which is probably why it appears to be choking the page (it takes time for it to hide the rows not wanted). I'll see if I can improve this in the Javascript itself.
Comment #4
hiddentao commented@slavojzizek
I've committed an updated version to the development release (6.x-1.x-dev). This improves the Javascript filtering mechanism by doing it in a background thread - so it will take slightly longer to filter all the rows but the browser should remain responsive throughout. Please test it out and let me know if it's good enough.
Comment #5
zkrebs commentedI will give it a test soon. Also, maybe I am just missing something but the price updater seems to update the base price for the product not the adjusted price for each SKU?
Comment #6
zkrebs commentedOn Chrome, for Linux, I tried the new dev version with my 1,500 products and just typed the letter "Z" and that tab chokes and becomes unresponsive, doesn't seem to filter the record.
I really appreciate this module, thanks for your work.
Comment #7
timurek commentedHello,
I tried dev snapshot. I would like to ask you to make the price edit field wider, my prices do not fit. Prices on my site are up to 4 numbers long + 2 decimals.
Thank you :)
Comment #8
zkrebs commentedJust thought I would chime in and ask if there is any way to edit the attribute prices and not the base price?
Right now I have all products with a base price of $12.00.
Then, each size adds on $2, 10, 20. Each size has its own SKU.
Is there any way that the bulk edit screen would show the adjustment price + base price in a column?