Correcting Product Analytics in the Database
-
Hi,
I changed the way our variable products are organised in our site, basically reverted from having a single product with 2 variation attributes to splitting them into 2 products with just one variation attribute. Everything is working just fine on the storefront. But as new product and variation ID’s were created all reporting for what is essentially an identical SKU is broken. In an attempt to fix this, I edited the DB to change all orders prior to this change. What I did is the following: Orders with the old ID’s have had the
_product_id
and_variation_id
in thewp_woocommerce_order_itemmeta
table updated to the new corresponding product/variation ID’s. These changes are reflected in the actual orders pages, and solved a Quickbooks sync issue, but the Woocommerce analytics product reports seem to be pulling data from somewhere else. WHERE?Any help would be appreciated.
- The topic ‘Correcting Product Analytics in the Database’ is closed to new replies.