Here’s a snippet regarding the checkout page. If you’ve been affected by GDPR, you will know you now need users to give you Privacy Policy consent. Or, you might need customer to acknowledge special shipping requirements for example. So, how do we display an additional tick box on the Checkout page (together with the existing […]| Business Bloomer
I’m curious to know how many had the same problem. On the WooCommerce Checkout page, some user fields such as billing_name, shipping_address_1, etc. are automatically saved into the “WordPress User Profile” data upon processing. But what if we also wanted to display and save another existing user field, such as “user_twitter“, or “user_url“, which you […]| Business Bloomer
Find WooCommerce Cart Hooks (actions & filters) by seeing their actual locations. Quickly copy/paste add_action & add_filter for easy customization!| Business Bloomer
When you land on the WooCommerce Checkout page, one payment option (radio button) will be selected by default. this is defined based on the last payment method (logged in customer), or the payment gateway sorting (logged out customer). Often it happens, however, that customers forget to change their payment selection, and therefore end up checking […]| Business Bloomer