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: Maximum Quantity

  1. #1
    lellenburg is offline Junior Member
    Join Date
    Dec 2009
    Posts
    19

    Default Maximum Quantity

    Is there a way to limit the quantity a user can purchase on specific items.
    We need to set a maximum quantity per year and a lifetime quantity.
    For example, a user will be limited to a quantity of 20 pieces on a specific item per year and a lifetime limit of 100 pieces.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    There's nothing like that built in, but it wouldn't be too difficult to add. You could add a check on the shoppingcart.aspx page to look through the customer's previous orders and adjust item quantities down and shouldn't even need source.