Posted - 04/28/2023 : 08:01:08
Hi Larry, I see where that might be a problem.
It may work if you set minpurchasequantity=0 globally then use this
<% If Request.QueryString("cat") = "widgets" Then minpurchasequantity=30 End If %>
on the category that needs a min of 30, but then I expect the customer could lower the quantity of the min30 items after they are on the cart.
I'm afraid I see no easy way on this without some custom coding.
Thanks, David
|