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