Hello! I’m trying to override the Discount Code box to read text other than “Promo Code?” I think it’s a little unclear and that users could use better guidance to enter a discount coupon code.
However, I can’t change this text with a snipcart-templates.html file as instructed in the docs (Customization). The button’s text remains “Promo code?” in the cart in my online shop.
Here’s my template html file - since I’m using NextJS, I ended up having to move it to the /public directory because otherwise I kept getting a 404 on the console: meadowreveries/public/snipcart-templates.html at main · beckrecca/meadowreveries · GitHub
And I’m importing Snipcart via app/layout.tsx: meadowreveries/app/layout.tsx at main · beckrecca/meadowreveries · GitHub
Is something wrong with my HTML, or is this more of a NextJS issue?