hello,
Before checkout extension upgrade, we were using shopify scripts to control a discount. The script specifically targeted variants that were on sale and allowed an additional 15% off with a code.
To make that script work, the discount code also needed to be set up in shopify back end with a percent off of 0%.
Then when customer entered code at checkout, it showed both the 0% message and the 15% off script message.
To combat this, we added some code to checkout.liquid to hide discount text that contained the code, like this:
Now that checkout.liquid is gone, the script still works but it shows both messages. What can i do to hide that SALE15 message? Below is what it looks like now, SALE15 is generated from the shopify discount in the admin, EXTRA 15% OFF is generated from shopify scripts. I want to hide the SALE15 line.
Thanks a lot!

