Payment Integration>>Coupon: set discount to a specific quantity of a specific product.

  • EastEndSeaportMuseum
    Asked on March 17, 2017 at 12:00 PM

    Hi,

    I'm having trouble configuring my coupon.

    We are selling Tickets for Lighthouse Cruises.

    I setup a code called TEST.  

    I want BUY ONE, GET ONE FREE.

    So a person would buy 2 adult tickets ($39 each so $78 total).

    Then putting in coupon code they should get $39 off, so a total of $39.

    It should only apply to the Adult ticket.  

    I think I have all the settings correct but when you put in the code it applies it to both tickets for a total of $0.00.

    Can you please look?

    Thanks,

    Steve

     

  • David JotForm Support Manager
    Replied on March 17, 2017 at 2:50 PM

    If you want to apply the discount to one product only, please do it this way:

    Payment Integration>>Coupon:  set discount to a specific quantity of a specific product. Image-10

    Result:

    >Coupon: set discount to a specific quantity of a specific product. Image-21" width="560" />

    Let us know if you need more help.

  • EastEndSeaportMuseum
    Replied on March 19, 2017 at 2:16 PM

    Yes but I want them to get 1 free adult ticket.  If they are buying 4 tickets they will get 2 free.

    So I want fixed amount of $39 but I only want them to be able to get it once.

     

  • David JotForm Support Manager
    Replied on March 19, 2017 at 2:52 PM

    By setting a 50% discount you will accomplish what you need. If they select 4, the will technically  get 2 of them for free. 

  • EastEndSeaportMuseum
    Replied on March 19, 2017 at 3:26 PM

    But that's not what I want.  We are only giving 1 free ticket.  So I need a fixed amount of $39 that can only be redeemed 1 time per customer.

  • David JotForm Support Manager
    Replied on March 19, 2017 at 4:19 PM

    I see, I am afraid it will not be possible to accomplish what you need to, since it is not possible to set a coupon limit per customer.

  • EastEndSeaportMuseum
    Replied on March 19, 2017 at 4:39 PM

    Ok but can you please tell me how I can at least restrict it per transaction? We can change the code monthly so it's not likely that a customer would order twice in one month. But they frequently order multiple tickets in a single transaction.

    So can I give $39 off for a person ordering 2 or more adult tickets without discounting all of them as it is now.

    Thanks,

    Steve

     

  • David JotForm Support Manager
    Replied on March 19, 2017 at 5:26 PM

    No, that is not possible to accomplish with the coupon feature of the payment integrations. I have forwarded a request to our back-end team. Please note that there isn't an estimated time-frame for the implementation. You will be notified via this thread if this gets implemented.

  • EastEndSeaportMuseum
    Replied on March 19, 2017 at 6:00 PM

    Is there a 3rd party widget that could do this? Then I'd just send the total to stripe.

     

  • David JotForm Support Manager
    Replied on March 19, 2017 at 8:22 PM

    There isn't a specific widget to accomplish it. But a possible work around could be the following example: 

    1) Setup your products through drop down fields:

    Payment Integration>>Coupon:  set discount to a specific quantity of a specific product. Image-10

    2) The perform a calculation to obtain the total: https://www.jotform.com/help/259-How-to-Perform-Form-Calculation-Using-a-Widget 

    Payment Integration>>Coupon:  set discount to a specific quantity of a specific product. Image-21

    3) Add a text box field to ask the user to enter the coupon.

    4) Add two more Calculation fields to obtain the discount total and final total.

    Payment Integration>>Coupon:  set discount to a specific quantity of a specific product. Image-32

    5) Then create a condition to show the "Enter Coupon" field to the user, only if the Product A has been selected and is different than 1(in other words, if the user has selected more than 1): https://support.jotform.com/help/316-How-to-Show-or-Hide-Fields-Base-on-User-s-Answer

    Payment Integration>>Coupon:  set discount to a specific quantity of a specific product. Image-43

    6) Create a condition to insert a number into the Discount calculation field if the right coupon code is entered: https://support.jotform.com/help/268-Conditional-Logic-Inserts-Text-Calculation-Into-A-Field

    Payment Integration>>Coupon:  set discount to a specific quantity of a specific product. Image-54

    See the result: http://www.jotform.co/form/70777966249879

    >Coupon: set discount to a specific quantity of a specific product. Image-65" width="560" />

    Hope this helps, let us know if you have more questions.

  • EastEndSeaportMuseum
    Replied on March 19, 2017 at 9:09 PM

    Thank you that is very helpful!

    Steve