HElP! discount shows in cart. disappears when checking out.

HElP! discount shows in cart. disappears when checking out.

ccelia
Visitor
1 0 0

I have a buy 2 get one free discount it shows perfectly and works perfectly (after much trail and error) in the cart on the store. when you go to check out the discount dissapers and only my standard 10% remains 

Replies 2 (2)

Skye
Shopify Staff
1146 99 212

Hi, @ccelia 

 

Thanks for posting. I hope your day is going well!

 

It sounds like you have a discount option built into your theme, or you have a discount app installed, but the code or discount is not translating to the checkout. In order for a discount to work, the requirements need to be met at the checkout. This means all applicable products are added, and if a code is required, it is entered at the checkout.

 

Can you provide the discount requirements as well as your domain so that I can test this for you?

Skye | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog

cornelle1
Excursionist
24 0 4

Was your 'buy x, get y' discount an automatic discount? If so, we had the same issue with our website and found out that it was because the checkout button was coded as a <button> rather than an <a>. Switching our checkout to <a href="/checkout"> solved the problem for us.