| |

Easily display Woocommerce order coupon codes on thank you page, confirmation emails and order information with PHP snippet

Discover how to easily display the coupon codes used in a Woocommerce order on the thank you page (TYP), customer and admin confirmation emails and in the admin order information with a simple PHP snippet. PHP snippet to show coupon code on Woocommerce thank you page, order emails and order info There are many ways…

| |

How to easily validate phone number format in WooCommerce checkout page

Need to validate the phone number format used by customers in the WooCommerce checkout page to have a specific format? Discover how to easily do this here with a quick PHP code snippet. Defining the phone number format to validate The first step to validating a specific format in the WooCommerce checkout page is to…