WooCommerce: Alter Payment Gateway Instructions on the Thankyou page

The WooCommerce thank you page displays default instructions  for a payment type, here’s an image showing the text that is displayed when an order has been paid using the “Cash on delivery” payment method. If you’re looking to change or remove this text it can be done without changing any code, if you want to … Read more

How to use add_filter and apply_filters in WooCommerce

How to use add_filter and apply_filters in WooCommerce

Filters in WordPress allow you to alter content without directly altering core WordPress files, they also allow you to alter dynamically generated content before it is shown to users. As WooCommerce is built on top of WordPress filters are used extensively, and if you want to learn how to modify WooCommerce you’ll need to build … Read more