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 the queries that need to filter orders by customer ID are very slow. To address this, in PR #17895, we are exploring the idea of […]
Tag: development
Dev Chat Summary – June 20th
This post summarizes the dev chat meeting from June 20th (agenda, Slack archive). Questions and feedback related to WooCommerce 3.1 RC How will the CSV importer work with classes that extend product, e.g. Bookings? will it work out of the box or adjustment will be needed? bor0 By default support any type of product type, […]
Dev Chat Summary – June 6th
This post summarizes the dev chat meeting from June 6th (agenda, Slack archive). WooCommerce 3.1 Beta Beta 2 should be available soon. Still on track for a release at the end of June. Please test the new importer/exporter included in WooCommerce. Rest API feature plugin API development will now be done in a separate repo. […]
Dev Chat Summary: April 25th
This post summarizes the dev chat meeting from April 25th. (agenda, Slack archive). Product Admin UI Mock-up of proposed redesign. The UI changes are primarily to reduce confusion with new users. Product data panel remains the same. Primary concerns are about existing plugins that add fields still being compatible with the redesign, especially the price […]
Today we’re excited to release WooCommerce 3.0 (previously 2.7), dubbed the “Bionic Butterfly”, into the wild! 3.0 has been in beta since December, development since August, and has had over 3000 commits from 115 contributors. Read on to find out what’s new! 3.0 is a major update. As always, please ensure extensions and themes are compatible before upgrading, test on […]