Hi, I have created a couple of discount codes for any product, any customer. If a customer is eligible I ask them to enter the code at checkout. However, there is no discount code box showing. The discounts are active and unrestricted. Please advise.
Hey [email removed]CFLHolly
Sofia here from Shopify.
I understand that you have created discount codes for your customer, great job on this! It is a great marketing strategy for both attracting new customers and retaining old ones.
Would you mind specifying if you are using Shopify Checkout or a Third-Party one? The reason I am asking is because:
- If you are using a Shopify Checkout please bear in mind that the discount code field is intentionally disabled for checkouts originating from draft orders. Since draft orders are often discounted (wholesale, large orders, special circumstances, etc.) this prevents discount codes from inappropriately being added to already discounted orders.
- Instead, if your checkout is not from Shopify to reach out to the third party who supports the checkout.
However, I’d be happy to test it out for you. Could you please share with me the link to your store and the discount code?
Looking forward to hearing from you.
Thank you, Sofia
Hi Sofia,
Thanks for getting back to me. I need the discounts to work for any of the
products but I sent instructions to the customer to follow the link and
enter the discount code in the box at checkout, but no box appears.
As an example I asked the most recent one to go to
https://cambridge-finance.myshopify.com/products/introduction-to-property-development-investment-in-person
and to enter code CFL10 at checkout to get a 10% discount.
Manythanks,
Holly
Hey Holly,
That does seem very strange for sure!
I had a look at your checkout and I will need to ask you further questions in order to investigate better:
- Did you install any checkout app that may cause an issue?
- Would you mind checking if the discount is Active? It may be scheduled for a future date so your customers won’t be able to use it.
From your Shopify Admin go into > Discounts > You will see the list of your discounts and the related status besides the Discount Code.
It looks like we’ll need to access your account in order to resolve this issue. While we’re not able to provide account-specific support via the Shopify Community at this time, we’d be happy to continue assisting you through live chat, email, or callback. Please visit our support team here and someone from the team will look into this with you.
Hi,
We are having the same issue. There is no discount code box showing up at anypoint in the checkout process.
I checked to make sure we have active code and we do, but no place to put the codes at checkout.
Please help.
Thank you!
Aaron
Hello @Dangerfoxinc ,
Thank you for checking that the discount code is active. In this case, the issue could be related to one of the following scenarios:
- IF you use the Draft Orders, THEN the discount code field is intentionally disabled for checkouts originating from draft orders. Since draft orders are often discounted (wholesale, large orders, special circumstances etc.) this prevents discount codes from inappropriately being added to already discounted orders.
- IF you use Third-party Apps, THEN it seems that using an app belonging to the group of the “Product Options”, may cause this unusual behavior. As long as a discount is active, the discount field box would automatically show up on the checkout page. However, these apps create a separate draft order in the Shopify admin when additional options have been included. They then convert that draft order to a “real” order when the customer pays at checkout. This means that the order details seen at checkout come from a draft order and hence there is no discount field on the checkout page. In this case, you would need to decide whether to use either the third-party app functionality or Shopify’s, but not both. If you want to use the app, it would be best to reach out to the developers to further assist you.
Feel free to let me know if it works otherwise we will need to investigate that further.
Thank you, Sofia.
Hi,
Do we have any progress on this matter?
I spoke to a chap on online chat and he said he would go away and
investigate and come back to me but I have customers waiting to pay! Please
advise.
Thanks
Hello @CFLHolly !
I am sure this issue needs to be solved soon.
If you had a conversation via chat with the support, then you should have received a ticket number with the chat transcript, with which you can follow up with the support. Have you received that ticket number? I would recommend checking all the folders of your email (promotions, spam, primary, etc.) looking for the keyword: “Shopify”.
Here, in the community, we are not able to access your internal admin. The reason why we do not share information is that we want to protect your private information.
Feel free to reach out to us again if you have any further questions or to contact the support via email.
This will not help Sofia, but maybe someone can help us? We use SoldLIve and it creates draft orders when it sends the carts to FB messenger, when we do a live sale. The discount codes are not working for us in this situation either. How do we get this fixed?
Can shopify not disable the discount code in draft orders?
Hi @southernthreads ,
Thanks for reaching out! I can see you are wondering why discount code are disable in draft orders.
The reason behind this feature is the one that I’ve shared before:
- IF you use the Draft Orders, THEN the discount code field is intentionally disabled for checkouts originating from draft orders. Since draft orders are often discounted (wholesale, large orders, special circumstances etc.) this prevents discount codes from inappropriately being added to already discounted orders.
However, you can create a draft order on behalf of your customer and apply a discount. More information can be found here: Create a draft order.
Apply a discount to an item1. Open the order from the Drafts page in your Shopify admin.
-
In the Order details section, click price beside the item’s name.
-
Set the discount as a currency amount, or a percentage of the listed price.
-
Optional: Enter a reason for the discount in the Reason text box.
-
Click Apply.
Apply a discount to the entire order1. Open the order from the Orders page in your Shopify admin.
-
Click Add discount.
-
Set the discount as a currency amount, or a percentage of the total price. This discount is applied on top of any item-specific discounts.
-
Optional: Enter a reason for the discount in the Reason text box.
-
Click Apply.
Finally, I’d like to suggest you checking with your app developers as they can find for you a customized personalization or solution.
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)
- {% include 'icon-saletag' %} {{- discount_allocation.discount_application.title -}} (-{{ discount_allocation.amount | money }}) {%- endfor -%}
{%- for discount_allocation in itemDiscounts -%}
put it below the
Hello, I am having this issue as well. The discount code is active, but unless a customer clicks “show order summary” at the checkout on a mobile device, they won’t see the discount box to type in the active code. I’m sure this has stopped customers from checking out because they don’t see the box to type in the code and therefore think the sale is not active. I am not a coder, and did not understand how to add the code above to the shop.
Did you get a solution to this? I am running into the same problem.
Hey I got the solution, after removing the Point Of Sale app which is installed by shopify by default the discount box is now showing up so try removing the Point Of Sale App
I just uninstalled the Shopify POS app and that worked. The discount box is now appearing at checkout on a mobile device. I’m a little confused that this hasn’t been fixed yet. So if I want to use discount codes, I can’t use the Shopify POS?
Thank you! This has just resolved the issue for the desktop version, but unfortunately not on the app. I don’t suppose you found a solution for that too?
Another subtle — but important — reason why this box might not show up is because your store is brand new and you have not yet created any discount codes.
Shopify tries to be clever and hides the discount block from the checkout (even from the checkout editor) in such a situation.
Shopify, please show this “discounts” block always. If there are no discount codes active, maybe hide it in the customer-facing UI but mark it red in the admin UI.