-
Deprecation in WooCommerce Core
•
Deprecation is a method of discouraging usage of a feature, or practice, in favour of something else without breaking backwards compatibility or totally prohibiting it’s usage. To quote the Wikipedia article on… Read more
-
The new CRUD classes in WooCommerce 2.7
•
High order volume is one of the best problems a store can have, but it can really slow down your site’s performance. That’s why our team’s main focus this year (and going… Read more
-
WooCommerce Connect moves into Alpha 2
•
For the last couple months, since the first Alpha release, we’ve been diligently working on WooCommerce Connect. We’re excited to announce that we have more features you can exercise in… 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
-
How to Test Your Extensions the WooThemes Way
•
There seems to be a bit of confusion in our community about how and when you should test your extensions against a new version of WooCommerce. There is no right… Read more
-
Solving common issues after updating to WooCommerce 2.1
•
IMPORTANT: WooCommerce 2.1.3 is now available and fixes a large part of these common issues already. Please make sure you test with this new version before reporting any issues. This post… Read more
-
Translating WC with Transifex
•
Transifex is an online tool, that makes translating (and translation management) easier. It’s free for open-source projects like WooCommerce. Transifex is a novel web application for localization in an easy, agile,… 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
-
Customize the WooCommerce breadcrumb
•
You need to 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. Please don’t… Read more