How to remove deactivated discount code button from shopify checkout

How to remove deactivated discount code button from shopify checkout using dawn theme.

I created a discount code and then deleted it.

Now I cannot remove the discount button from checkout which is confusing my customers.

This site is due to go live yesterday. After much research I cannot come up with a solution.

Please advise.

Patrick

Shopify Store: ShopSerotta.com

Hi @powerguy ,
You cannot modify the checkout page on Shopify until and unless you are on Shopify plus plan. So unfortunately you cannot remove the discount button from the checkout page, and it is irrespective of the theme.
And do not worry your customers wont be facing any issues in checkout page due to this.
If you have more doubts then do let me know.
Thanks & Regards
KaalTechGeeks

Hi, @powerguy .

Thank you for reaching out!

The discount button will always stay there, however, if you delete and deactivate all your discount codes the box text will change and it will say gift card. That way your customers can continue to use gift cards on your site.

Please let me know if you have any further questions! I would love to learn more about your business. What type of products do you sell?

Talk soon,

I deleted a discount code that had been applied, but I wonder why the discount box is still there?

There is no "Gift Box?

Wow !

An actual ecommerce “solution” that really has no solution.

Hardly any choices for discounts - yet advertises so.

Clunky

But my client and customers ARE complaining about the discount code that leads to nowhere.

It’s amatuer-ish, clunky and confusing.

It should be a fundamental feature.

When admin removes a discount code that the related checkout button be removed along with it.

This plan was bought and paid for.

There MUST be a line of Dawn theme code that can be changed to address the situation.

It should be a fundamental feature of the fairly new Dawn theme.

When admin removes a discount code that the related checkout button be removed along with it.

There has to be a line of code that can be changed to solve the situation.

Changing to a gift card is just an unacceptable solution.

It’s really kind of primitive.

nothin ?

Absolutely FALSE.

Every shopify expert that has deemed the discount code as something you have to live with is WRONG.

It depends on your theme - but in MY case - the Dawn theme version 2.0 and above there is an easy fix.

Go to your theme files. Search for “base” and open the base.css file.

Add the floowing to the bottom:

.order-summary .order-summary__section.order-summary__section–discount {
display: none;
border-top: none;
}

Poof ! Discount box gone !

Easy peasy.

May be different fo YOUR theme but do a search and ignore the shopify naysayers.

Took me a while but the info is out there.

1 Like