Hi I’m trying to build a custom app using the new Checkout Extensions.
One of the requirement is to remove the Discount Code field completely but still be able to use discounts codes through APIs.
I’ve created a new field where users can add a discount code and they can add products to the cart on the Checkout level using Checkout UI Extensions. Everything is fine and working, the last piece of the puzzle is just hiding the default Discount Code field so that customers wont get confused where to put the Discount Code.
Is there a way to visually hide it or remove it using the Checkout Extensibility tools?
It used to be simple with checkout.liquid because you just need to write a small CSS to hide Discount Field but we longer will be able to edit the checkout.liquid file in Checkout Extensibility.
Thankyou