A WooCommerce Customization client wanted to add some text above the “Login” and “Register” boxes on the My Account page. Understandably, users may need a bit of an explanation before they take action. Here’s how you do it!
Continue reading WooCommerce: Add Content @ My Account Register / Login PageSearch Results for: Email
WooCommerce: Check if Product / Variation ID is in the Order
Once a customer places an order, you might want to know if such an order contains a given product or variation ID. You can use this for tracking purposes, for redirecting to a custom thank you page or running your custom functions.
You can also run the check in the admin or in your custom functions, as long as you have access to the order ID or order object.
Enjoy!
Continue reading WooCommerce: Check if Product / Variation ID is in the OrderWooCommerce: Get/Edit Logged in Username @ Checkout
On a recent job, a client asked me to get the logged in username in WooCommerce. Interesting task! He needed to show that on the checkout form page and also on the order email. Actually, this is quite simple to do and can be used for several applications. Continue reading WooCommerce: Get/Edit Logged in Username @ Checkout