Quote from Noki on May 16, 2020, 23:50
Hi,
I upload quantity level of a product across multiple locations by defining locations as attributes of a product and stock on each location is stored as a value for the attribute
My import CSV looks like this
Attribute 1 name: Store 1 (Name of Store)
Attribute 1 value: 3 (quantity of the item in that store)
Attribute 2 name: Store 2 (Name of Store)
Attribute 2 value: 4
Attribute 3 name: Store 3 (Name of Store)
Attribute 3 value: 1
If there’s a better way to input quantities under each store location, then do suggest your work around.
Automatically Total Stock on Hand:
In the above example I defined three stores and quantity under each store. The woocommerce field for stock quantity of the product must be generated automatically by totaling the quantities available under each store
Is this possible?
Also will you provide functionality to import CSVs as well?
Hi,
I upload quantity level of a product across multiple locations by defining locations as attributes of a product and stock on each location is stored as a value for the attribute
My import CSV looks like this
Attribute 1 name: Store 1 (Name of Store)
Attribute 1 value: 3 (quantity of the item in that store)
Attribute 2 name: Store 2 (Name of Store)
Attribute 2 value: 4
Attribute 3 name: Store 3 (Name of Store)
Attribute 3 value: 1
If there’s a better way to input quantities under each store location, then do suggest your work around.
Automatically Total Stock on Hand:
In the above example I defined three stores and quantity under each store. The woocommerce field for stock quantity of the product must be generated automatically by totaling the quantities available under each store
Is this possible?
Also will you provide functionality to import CSVs as well?