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 6 of 6

Thread: Expires After One Usage By Each Customer

  1. #1
    ZachJ85 is offline Senior Member
    Join Date
    Apr 2010
    Location
    Philadelphia, PA
    Posts
    99

    Question Expires After One Usage By Each Customer

    Coupon 1: Discount Amount $10 - Can be applied to Widget 1, Widget 2, Widget 3 and Widget 5.

    Customer buys Widget 2 and Widget 3 on the same order and uses the coupon.

    If Expires After One Usage By Each Customer is set to No, will this coupoin be applied to both Widget 2 and Widget 3 in the same order making this a $20 discount instead of the intended $10 discount?

    If not, what casues a coupon to double it's discount value? I check the coupon and it is configured correctly.

    Thanks,
    Zach
    SQL 2008, Visual Studio 2010
    Source: C#
    Version: AspDotNetStorefront ML 8.0.1.1/8.0.1.1
    Framework: .Net 4.0 (Running)

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    If the coupon applies to product, then the discount should be per line item whichever is qualified. Otherwise, the discount should only apply to the subtotal amount (e.g. SubTotal - CouponDiscount). More info here - http://manual.aspdotnetstorefront.co...8-coupons.aspx

  3. #3
    ZachJ85 is offline Senior Member
    Join Date
    Apr 2010
    Location
    Philadelphia, PA
    Posts
    99

    Default

    If they have 3 items in cart and the coupon could be applied to 2 of the items, the coupon will discount both of the 2 items?
    SQL 2008, Visual Studio 2010
    Source: C#
    Version: AspDotNetStorefront ML 8.0.1.1/8.0.1.1
    Framework: .Net 4.0 (Running)

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

    Default

    Product-level coupons are applied to each qualifying product in the cart, not the subtotal. If they've got 2 then they will save $20.

  5. #5
    ZachJ85 is offline Senior Member
    Join Date
    Apr 2010
    Location
    Philadelphia, PA
    Posts
    99

    Default

    Hm...

    Well, thx for the reply and help and clearing that up guys.


    Zach
    SQL 2008, Visual Studio 2010
    Source: C#
    Version: AspDotNetStorefront ML 8.0.1.1/8.0.1.1
    Framework: .Net 4.0 (Running)

  6. #6
    SwankIBS is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default Quick bump with related question

    I'm on 8.x... How does the 'expire after one use' coupon work with anon checkout? Would the system not allow the discount unless an account were created?