-
Performance: Switching to post_author to store order customer IDs
•
WooCommerce core uses a post meta called _customer_user to store the customer ID for orders. Since the meta_value field of the wp_postmeta table is not indexed, this means that all… Read more
-
New version check in WooCommerce 3.2
•
WooCommerce 3.2 will be released with a new version check feature. If you have active plugins that have not declared compatibility with the latest version of WooCommerce a variety of… 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
-
End-to-end testing WooCommerce
•
It is important for developers to be able to easily and quickly test new versions of WooCommerce. Read more
-
Adding support for WooCommerce 3.0’s new gallery feature to your theme
•
As you know we’ve redesigned the product gallery feature in WooCommerce to deliver a richer experience in 3.0. Read more
-
WC 2.7 extension compatibility examples #3 – Bookings
•
WC 2.7 extension compatibility examples Read more
-
WC 2.7 extension compatibility examples #2 – Deposits
•
Our goal this time is to have the WooCommerce Deposits extension work with both WooCommerce versions 2.6.x and 2.7.x, display no notices, and use the CRUD abstraction to future-proof our… Read more
-
WC 2.7 extension compatibility examples
•
Our team have been looking at updating some of our extensions for 2.7 compatibility and we thought it would be good to share our notes in doing so. The first… Read more
-
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