Dawn theme, move discount code to cart page

bspaun
Tourist
10 0 3

I want to move the discount code from the checkout page to the cart page.  This is where every customer expects to see it.  How can I do this?

Replies 9 (9)

Shopi5_Coders
Explorer
40 5 10

Please send a link to your store, then i will help you with it.

If you liked the help we provided then accept the solution and like it.
Want to hire us? or visit our website and Get a free quote
bspaun
Tourist
10 0 3

The link is spaun-drum-company.myshopify.com

Thanks for any help you can provide!

LitCommerce
Astronaut
2860 684 732

Hi @bspaun ,

With discount code, you can't enter it at cart page, you can only at checkout page. Cart page only shows Automatic discounts.
Or you can use app for it, refer https://apps.shopify.com/search?q=Discount%20codes%20in%20cart
Hope it clear to you.

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

SagarikaDas
Shopify Partner
246 24 93

Hey @bspaun,

Hope you are doing well!

Either you are using a full cart or a side cart, iCart can help you to enable the discount code box on your cart page. It also helps you to generate amazing BFCM deals, upsells, cross-sells, discount tiers, and many more.

And the good news is, in this holiday season iCart offers 60 DAYS FREE TRIAL to help stores gain more!

SagarikaDas_0-1635222492621.png

 

► If the answer solve your issue please ✔ Accept it and hit like

► Need help with theme customization, speed optimization, fixing bugs?


► Let's connect: Mail me Or Skype me: live:.cid.2667d78144ce77ad

Fabián_Valencia
Shopify Partner
8 0 1

Just add an input element named "discount" inside the cart form.

 

<input type="text" name="discount" value="">

 

bspaun
Tourist
10 0 3
What is the actual file name in the Dawn theme that I would modify with
that?
Fabián_Valencia
Shopify Partner
8 0 1

main-cart-items.liquid

<form>
...
<input type="text" name="discount" class="field__input" >
...
</form>
Bhuvaneshwaran
Visitor
3 0 0

Where to paste this code

Fabián_Valencia
Shopify Partner
8 0 1

Where do you want it?

Post a screenshot.