codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Change Woocommerce checkout text – Coupon to Voucher

    12th August 2020

    WooCommerce

    woocommerce category codehaven

    This code fully works, and unlike a few others codes the link to the checkout works. This is a mashup of snippets that works.
    add this to your functions.php file and it will find the word ‘Coupon’ and change it to ‘Voucher’.

    Was this code snippet helpful?