Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Coupon that "Requires Minimum Order Quantity not Amount

  1. #1
    MikeI is offline Junior Member
    Join Date
    Jan 2006
    Posts
    25

    Default Coupon that "Requires Minimum Order Quantity not Amount

    Is it possible to set a coupon to minimum order quantity instead of minimum order amount?

  2. #2
    John Reasons is offline Senior Member
    Join Date
    Oct 2009
    Posts
    119

    Default

    Out of the box that is not available, though it would be an incredibly small mod to make this work.

    For a very quick work around you could change the check for the CartMinOrderAmount to use order.CartItems.Count to check for the the number of items you want to require for the cart. There might be a little more work to make sure your getting the correct count, but that would be a start.

    All of this would be in the ShoppingCart class and checkout classes.