Hi,
I'm new to ASPDotNetStorefront and I'm in the process of building a site for a client using ML 8.0.1.2 - I don't have the Source Code License.
My challenge is that my client is selling silver bullion in a variety of forms (bars, coins) and need to restrict purchases so that the minimum order size is 10 ounces and the maximum order size is 200 ounces.
I tried to do the minimum by using the CartMinOrderAmount Config item, and setting this to the equivalent of 10 ounces -this does have the desired effect of stopping the user checking out before sufficient amounts have been purchased but there is no equivalent maximum and the minimum price would need to be altered frequently to reflect the changing price of silver.
I've also looked into using the MinOrderWeight config item but the result wasn't very satisfactory.
Any suggestions?
Clive