WooCommerce 3.9.3 Changelog
WooCommerce 3.9.3 is a minor release and includes few bug fixes. Importantly, this contains the fix for the issue where coupon messages were not formatted properly along with updating some [...]
Add custom message to WooCommerce checkout
Adding a custom message to WooCommerce checkout is a great way to personalize the checkout experience of your customers. You can add security/trust badges or copy to enhance the trust [...]
Adding a product short description to product archives in WooCommerce
Today I'll show you how to add a product short description in product category (archive) pages in WooCommerce. By default, the product card only show product image, name, price and [...]
Automatically apply a coupon passed via URL to the cart in WooCommerce.
Creating unique WooCommerce URLs that automatically applies a discount to the customer’s shopping cart is a great way to through UX to increase the revenue. By adding a coupon code [...]
WooCommerce: How to skip Cart and go to Checkout
Reducing the steps performed by the user to complete a purchase is essential for increasing sales on your e-commerce shop. The more steps it requires to place an order, the [...]
How to add custom column and display order meta in WooCommerce admin
In this one we'll show you how to add a custom column in the Orders table in WooCommerce Admin dashboard. This way you can easily add and view order meta [...]
Change product price when other product is in cart – WooCommerce
Once a client of mine, running a WooCommerce store, wanted to change a product price if the customer adds another product in the WooCommerce cart. The idea was to offer [...]
How to remove password strength checker from WordPress / WooCommerce
WooCommerce and WordPress have an integrated Password Strength Meter which forces users to use strong passwords. It loads the following files: /wp-includes/js/zxcvbn.min.js /wp-admin/js/password-strength-meter.min.js If you’re running WooCommerce, the above file [...]
WooCommerce: add Product ID in Order Received URL
Here is a quick, easy way to add the Product ID in the URL when an order is placed in your WooCommerce store. We will modify the WooCommerce checkout order [...]
WooCommerce: add multiple products to cart via url
WooCommerce gives you the flexibility to do almost anything. This includes creating a custom link to add several products to the cart. Use cases of adding multiple products to url [...]
WooCommerce Tutorials
Learn how to use WooCommerce, how to tweak WooCommerce checkout, cart and other pages. WooCommerce PHP snippets.