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

Thread: Quantity Discount & Coupons

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

    Default Quantity Discount & Coupons

    Currently I have a quantity discount (2 or more) of 20% off setup for 'Product 1'. If I create a coupon for all the products that is 15% off your order, essentially 'Product 1' could get a combined discount of 35%.

    Is there anyway to exclude 'Product 1' besides when creating the coupon specifying only the items that are allowed to have it?

    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

    There is no way to do that out of the box. You'll need to modify the source a bit (i.e. coupon.cs class) and add a logic that exclude any item that has 'QuantityDiscountID' when there is a coupon applied.
    Last edited by ASPAlfred; 11-22-2010 at 05:02 PM.

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

    Default

    That's what I figured. Thanks for pointing me in the right direction.

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