cancel
Showing results for 
Search instead for 
Did you mean: 

add formula to enventory "min_sale_qty"

add formula to enventory "min_sale_qty"

is it possible to add a formula in the field on the backend

Minimum Qty Allowed in Shopping Cart :  "min_sale_qty"
because this depends on if stok or not.
If on stok: min_sale_Qty = 1
if not on stok this item is production: min_sale_Qty = 3
 
like
if qty=0 then min_sale_Qty=3 else Qty=1