Jasper

Author: Jasper

Oxygen Builder & WooCommerce

Oxygen Builder , a great WordPress site builder that we use for several clients, offers a neat way to build websites using WordPress’ CMS while building all bypassing the general

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( ‘wp_enqueue_scripts’, ‘custom_scripts’ ); add_filter(‘woocommerce_sale_flash’, ‘woocommerce_custom_sale_text’,

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 in this post we will

Product in Product Tab

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 a WooCommerce shortcode Now if

VAT Based on User Role

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 do you make sure that

Custom Fields in WooCommerce

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 about (advanced) custom fields in