-
WooCommerce 3.4.3 fix release notes
•
WooCommerce 3.4.3 is now available. ~59 commits made it into this release and the full changelog is below. * Fix – Fix label for the price filter widget on RTL… Read more
-
WooCommerce 3.4.2 fix release notes
•
WooCommerce 3.4.2 is now available. ~32 commits made it into this release and the full changelog is below. * Fix – Flexslider gallery fixes for RTL sites, and for variation… Read more
-
WooCommerce 3.4 RC1
•
Today, the release candidate for WooCommerce 3.4 is available! 3.4 is a minor release with several improvements and some new features. Read more
-
WooCommerce 3.4 GDPR features
•
Last month we blogged about the way we were approaching GDPR in WooCommerce. We’re happy to be able to say that most of these features are now ready in WordPress… Read more
-
WooCommerce 3.4 beta 2
•
WooCommerce 3.4 beta 2 is now available. This beta release has a whole host of bug fixes and is ready for testing! To test WC 3.4 beta 2 you can… Read more
-
Notify Admin When New Account Is Created
•
Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Avoid adding custom code… Read more
-
Display product weight on archive pages
•
To display WooCommerce product weight on archive pages, below the title of the product, add this code to your child theme’s functions.php file or via a plugin that allows custom functions to… Read more
-
Allowing customer access to WP Admin, and enabling the admin bar
•
Add code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Avoid adding custom code directly… Read more
-
Add a message above the login / register form
•
Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Please don’t add custom… Read more
-
Add a new country to countries list
•
Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Please don’t add custom… Read more
-
Adjust the quantity input values
•
Add code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Avoid adding custom code directly… Read more
-
Send coupons used in an order by email
•
This snippet sends by email the list of coupons used in an order. You can customize the “$to” variable and define your own email address, and the “$message” to have… Read more