Why is the discount code field not showing during checkout?

Hi there - my store is no longer showing a discount code option when I go through the check out process? Does anyone have an idea as to why?

I also just got a message from a customer that they entered a discount code, and the interface cleared the promo code before they completed the order and it was not accepted.

Really hoping for any help I can get on the subject - many thanks!

You’re using an app to create “checkouts” - looks like a bold app on first glace. The app would be making a Draft Order checkout, and those don’t support discount codes.

When the checkout is the default Online Storefront one you’ll see the discount code without issue.

You can always get a sense for if it’s the Online Storefront checkout or not by looking at the breadcrumbs shown on step one. If there’s no “cart” breadcrumb - it’s from a different channel like the Draft Orders.

Hello there

Our app Discount Master by Autoketing can show discount prices on the checkout page. Customers see discounts on homepage, collection pages, product pages, cart pages, and checkout pages.

Hi,

I’m not using any kind of app for checkout and there is no field for promo codes in my checkout process. What do I do? customers have contacted me and i’ve searched but can’t figure this out.

Thanks!

Jayne

3 Likes

Hola, conseguiste solucionarlo? a mĂ­ me pasa lo mismo!

Hi, Did you get it fixed?

Hi, if no app are creating draft orders, therefore it might be as simple as the fact your store doesn’t have any discount code created yet… did you create a discount code inside Shopify admin > Discount codes ?

You can also display a coupon field in the cart page, before the checkout page, for example add this product to cart and go to the cart page. That was done using the app called Carter - Coupon Field in Cart.

Hello,

In case this helps someone else, I have discovered that when you have no discount code active, the box does not show.

You have to have an active code for the box to show at checkout.

3 Likes

If you’re really using an app that’s using Draft order API, then this might be the cause.

There’s an app you can use that will allow application of discount codes before checkout. Carter- Discount box in Cart.

Take care.

This answer solved my problem, thank you!

I had a discount code created, but I had it scheduled to a future date, so the field didn’t show up. Once I set it to current date, the field auto-appeared.

1 Like

Hi Sloane_Middleto,

The discount code area will appear only if the products in your cart are eligible for a discount. If they aren’t, that field is hidden. So no worries, your theme isn’t hiding the discount button, it’s just that the products in your cart aren’t able to have one applied.

These apps will allow customers to set up discount field on the cart page as well as enter customized discount codes before checkout which will lead to increased sales and customer loyalty.

  1. Kart Discount App:

Easy to setup the discount field on the cart page. Show Discount Field on Cart Page and Side Drawer,

Features:

1.Stack Discount

2.Multiple Automatic Discount

3.Discount Finder

  1. Free Shipping Estimation

  2. Multi- Currency Option

6.3rd Party app compatibility and much more

  1. Discount Reminder

Allow your clients to buy in for items and get advised consequently when you bring down the cost and spot items on sale.

  1. Automatic Discount & Gift

Referral crusades made simple. Make and track joins, either with a Shopify rebate or a savvy bargain appended. Prefill the truck with items.

i found the problem. Go to edit code and look for (cart-template.liquid) once you find it look for this code (my theme is debut so might be different for you)


    {%- for discount_allocation in itemDiscounts -%}

  • {% include 'icon-saletag' %} {{- discount_allocation.discount_application.title -}} (-{{ discount_allocation.amount | money }})
  • {%- endfor -%}

put it below the

under the closed div (
)