Tuesday, 9 July 2019

Change WooCommerce checkout error text on Checkout Page

I want to add my own custom payment error text (we use Account Funds and want to add an extra prompt)

How can I change, the following which shows when there is not enough funds, from:

Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.

to an error message with a link like below:

You do not have sufficent funds to process this order, please <a href="/my-account">top up</a> or upgrade. Thank you.

The text seems to be stored in templates/checkout/payment.php

https://github.com/woocommerce/woocommerce/blob/ef05bfccfc01bb2c621ef1293e61f7c57950670f/templates/checkout/payment.php

How can I change this without it getting wiped out by a Woocommerce version upgrade?



from Change WooCommerce checkout error text on Checkout Page

No comments:

Post a Comment