To add a winter sale or Winter Bash badge we added this script to our must use plugin // Hook into the ‘wp_enqueue_scripts’ action add_action(…
Category: WooCommerce
To add a packaging fee for your WooCommerce products on checkout you have many options. You could work with custom fields, additional pricing calculations, but…
If you ever need to offer a product in a WooCommerce product tab inside another product you are in luck. This can be done with…
Often you need to charge VAT or Dutch BTW for customers only and not for your vendors or companies shopping at your website. So how…
One way or another working with WooCommerce you wind up needing custom fields and preferably Advanced Custom Fields or ACF fields. This tutorial will talk…
Checkout Redirect to Home & Cart Redirect to Checkout So we needed an option to redirect empty cart to home. This besides the cart skip…
To comply with the GDPR or General Data Protection Regulation which will come into force this 25th of May 2018 we have come up with…
Sometimes you need to add a custom Customer Processing Order message to your email template for your clients. This so you send them additional instructions….
Sometimes you want to do a Single Product Image Zoom & Link Removal. You just do not need the zoom effect nor do you want the…
If you need to disable a WooCommerce Payment option because you realize you no longer needed or you need to turn of a default you…
Sometimes you will get an email from Stripe telling you there is a problem with your Stripe Webhook. For some reason it fails. Either the…
Setting up Stripe for a client on WooCommerce we ran into a Stripe 402 Error. So what does a 402 error mean and how can…