How to remove discount box from cart page

Solved

How to remove discount box from cart page

ZakariahMT
Tourist
5 0 3

Hey,

 

I'm trying to remove the apply discount box from the initial shopping cart page as it does not work and just creates confusion for our customers. webstore address is www.risingsunfpv.com.au

Accepted Solution (1)

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.ot-wrapper-discount-code {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 7 (7)

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.ot-wrapper-discount-code {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ZakariahMT
Tourist
5 0 3

LEGEND! Cheers!

ZestardTech
Shopify Partner
6096 1091 1465

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Pross190
New Member
4 0 0

Hi,  What if there is no theme.css under Assets?  Thank you in advance!

evildoer
Visitor
1 0 0

Hi, What if there is no theme.css under Assets? Thank you in advance!

DelightCart
Shopify Partner
1271 84 158

@ZakariahMT Go to assetes/theme.css put below css at bottom of file.

 

.ot-wrapper-discount-code
{
display: none !important ;
}
Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
ZakariahMT
Tourist
5 0 3

Cheers mate, it was doing my head in.