It would be nice if the price of the product could also be bulk-edited. Investigate whether this is easy to add.

Comments

hiddentao’s picture

Changes committed to CVS. Users can now edit the selling price as well as the stock threshold.

zkrebs’s picture

Seems 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.

hiddentao’s picture

The 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.

hiddentao’s picture

@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.

zkrebs’s picture

I 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?

zkrebs’s picture

On 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.

timurek’s picture

Hello,

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 :)

zkrebs’s picture

Just 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?