is there a plugin(or other) to bulk update storage quantity ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 年 前
Hi, i have to update quantity in storage for particular products.

in the backoffice I need that all codes who begin with some letters I type, their quantity is updated to a value.

how could I do this ?

example: I need a form where I can type the first part of codes (example *EE_31913*), and the quantity, and all codes starting with *EE_31913* will be updated with the qty I need

Example:
I type *EE_31913* and qty 20 and click send,
so the quantiny in storage of these products has to be updated to 20:
*EE_31913*aaaa
*EE_31913*bbbbbbb
*EE_31913*cc
*EE_31913*dddddddddd
*EE_31913*eeee
*EE_31913*232434

is it possible? or do you know how could I do ?
thanks
3 年 前
You can do this using customisation or plugin.
3 年 前
It could be done with SQL  (You'd need a tool like SSMS or similar)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.