-
Replace “Includes $xx.xx Tax” in WooCommerce Cart
Here is a super snippet that will allow you to tweak the way the WooCommerce cart displays the tax amount included in the order total. By default it will display, for example “Includes $12.50 Tax”, but if live in a…
-
Add WooCommerce Version Check Support to Your Plugins
WooCommerce 3.2 was launched a couple days ago, and it brought some great new features. And there’s one that I personally really like: the WooCommerce version check support. It’s really simple but it’s huge at the same time. It consists…
-
WooCommerce Apple Pay: Move Buttons Below Customer Details
Here is a small snippet that will allow you to move the Apple Pay button (provided by Stripe) below the customer details form on the checkout page with WooCommerce. By default, the Apple Pay button, on the checkout page will…
-
Remove the WooCommerce 3.+ JSON/LD Structured Data format
WooCommerce 3 introduced a new format for structured product data called JSON/LD. Despite the fact that this improvement is a huge step forward, some people asked how to remove it. From our official post-release: Previously, structured data was output inline…
-
WooCommerce Apple Pay: Add More Supported Product Types
Apple Pay is now available for WooCommerce via our Stripe add-on. That is pretty sick to tell you the truth. But by default, only some product types are supported, and I’m sure you’d like to add some more right? So,…
-
Disable WooCommerce 3.+ Zoom
In WooCommerce 3.+ there’s a cool new feature: the zoom! When you (h)over a product image when you’re on the single product page, you can zoom on the product images; I love this feature, however, some people would like to remove…
-
Disable WooCommerce 3.+ Lightbox
Here is a quick way to disable the WooCommerce 3.+ default lightbox. It’s as simple as removing the lightbox theme support: Place this in your functions.php file in your theme folder.
-
Create a WooCommerce Order Dynamically
Alright, so you’d like to create an order dynamically within WooCommerce? Well, let me tell you you found the right post! Here is a super small snippet that will allow you to create a new order on the fly and dynamically…