-
WPBootCamp 2nd Edition: It’s a Wrap!
Back in September, I co-organized the second edition of the WP BootCamp, in Brittany, France. After organizing the 1st edition we learned a lot and that is probably the reason why this 2nd edition was a blast! Please note that…
-
WooCommerce 3.5: Bring Me That Preview Button Back!
Alright alright! You just updated to WooCommerce 3.5, and you can’t see the Preview Changes button anymore in the Publish meta box? No stress, it’s made on purpose. The reason behind this is well explained here. But if like me…
-
Customise WooCommerce Checkout Fields Based on Products in Cart
You can easily add custom fields to your checkout page in WooCommerce using custom code, or via the Checkout Field Editor add-on, but none of those methods allow you to display those fields conditionally, based on products in the cart. Here’s…
-
How to Customize the WooCommerce Checkout Page
Customizing the checkout page is one of the best aspects of WooCommerce simply because it’s the page where customers will have to trust you the most. That’s where they will wonder if they really need your product, if you can…
-
Force Customer Creation in Stripe with WooCommerce
By default, when an order is placed on a WooCommerce site using Stripe, the order is obviously sent to Stripe, a payment is stored, but a Stripe customer is created only if the “saved cards” feature is used, otherwise no customer…
-
WooCommerce: Remove Default Products Ordering Dropdown Select
By default, WooCommerce displays a nice and useful drop-down select to re-order products on the shop page. But many of you wonder how this can be removed. Here is how to do it! It’s a simple snippet that will save…
-
WooCommerce Stripe: Add Custom MetaData
Adding custom metadata to Stripe is easy with WooCommerce Stripe. You can send any kind of value to Stripe from WooCommerce itself. Pretty handy right? The result that we want to achieve is shown in the following screenshot: To do…
-
How to Disable All Payment Gateways in WooCommerce
So you have a WooCommerce shop but you don’t want to take payments? That’s neat! Please remind me to place an order on your site after your read that post then! In all seriousness, many WooCommerce shop owners have a…