When making modifications to a WooCommerce store it’s common to want to access a product’s price, either to perform a calculation or to display the details on screen. This may… The Problem – How to Perform a WooCommerce Redirect after Checkout When a user completes a purchase in WooCommerce they will be redirected by default to a “thank you” page… The Problem In WooCommerce, product details are stored in product objects that hold product data. If you want to get the name of a WooCommerce product then you will first… Why Would I Need to Get Custom Product Attributes? In WooCommerce it is possible to assign attributes to products, the attributes are typically used to filter products or to create… 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… If you have access to an order object in WooCommerce then it is possible to call the get_payment_method()function to see what payment method was used for the order. You could… Have you ever wanted to add a custom message or some bespoke functionality to the “thank you” WooCommerce page that appears after a customer has paid for and checked out… In the previous two articles we looked at using the $wp_filter and $wp_actions to list the filters and actions that were fired on a page. Having looked at how this… The global objects $wp_filter and $wp_actions hold details about the hooks that are registered and fire during the WordPress page load process. If you’ve ever looked at any code that… Actions and Filters are key to the functionality of WordPress and WooCommerce but it can can sometimes be difficult to work out what filters and actions have fired on a…A Guide to the Price Functions in WooCommerce
WooCommerce: How to Redirect after Checkout
WooCommerce: How to get the Product Name
How to Get Custom Product Attributes in WooCommerce
WooCommerce: Alter Payment Gateway Instructions on the Thankyou page
How to get the id for a Payment Method in WooCommerce
A Guide to the woocommerce_thankyou Action
How To Use The Query Monitor Plug-In To List The Filters/Actions On A Page
What’s the Difference Between $wp_filter and $wp_actions
WooCommerce: View All The Hooks That Are Fired On A Page