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

Thread: Buy one, get one free?

  1. #1
    jsonta is offline Junior Member
    Join Date
    Nov 2006
    Posts
    3

    Default Buy one, get one free?

    Is there any way to create a coupon for a "Buy one, Get one free" promotion?
    Any help would be appreciated. Thanks.

  2. #2
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    You could create a coupon for 50% of the product?

  3. #3
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Or us a qty discount that automatically discounts the product 50% when two are added to the cart. You just have to be careful how this is set up so they don't get 50% off if they order three as well. Perhaps something like:

    2 = 50%
    3 = 0%
    4 = 50%

    and so on.

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Or better yet, you could just set the restricted quantities to 2,4,6,8,10 etc. so the customer can't purchase 1, 3, or 5 of the items, and then use the quantity discount system to give 50% off.

    - Dan

  5. #5
    jsonta is offline Junior Member
    Join Date
    Nov 2006
    Posts
    3

    Default

    Can you use a quantity discount table with a coupon code?

  6. #6
    ASPDNSF Staff - Jon's Avatar
    ASPDNSF Staff - Jon is offline Senior Member
    Join Date
    Sep 2004
    Posts
    11,419

    Default

    The simplest way to implement a "Buy One, Get One Free" promotion is to create a new Product for it, with a unique SKU. You can Clone the original product, then adjust the variant; the price would be the same, but the weight would be doubled.

    The discount table scheme won't work, as the discount is applied to the entire line item total, not to each individual unit.
    Jon Wolthuis

  7. #7
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Thumbs up

    Quote Originally Posted by ASPDNSF Staff - Jon View Post
    The simplest way to implement a "Buy One, Get One Free" promotion is to create a new Product for it, with a unique SKU. You can Clone the original product, then adjust the variant; the price would be the same, but the weight would be doubled.

    The discount table scheme won't work, as the discount is applied to the entire line item total, not to each individual unit.
    Can you please explain this little bit more clearly? if i would like to give the product 260 as free when customer buys the product 1000. what should i need to do here?