How to change Add a coupon text to something else on the Basket and Checkout
-
Hi there,
To change the Add a coupon text to Gift Card / Coupon Number in the new blocks page layout on the basket and checkout pages for WooCommerce 9+ I had to manually edit the plugin :
woocommerce > assets > client > blocks > checkout.js (line 13)
woocommerce > assets > client > blocks > wc-cart-checkout-base-frontend.js (line 25)Obviously not ideal as this will be overwritten when the plugin is next updated.
My question is how can I create a permanent override in my theme to do this? The same way php template files can be overrode.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.