Total spend and orders not calculated
-
Hi,
I see my list of customers, but total spend and total orders is just set to zeroI’m running the latest version of wordpress
I get a database error Table ‘wordpress.wp_posts’ doesn’t exist
SELECT DISTINCT wp_posts.post_date_gmt, wp_posts.ID, wp_postmeta.meta_value
FROM wp_posts
INNER JOIN wp_postmeta
ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1
AND wp_postmeta.meta_key = ‘_customer_user’
AND wp_posts.post_type IN (‘shop_order’, ‘shop_order_refund’)
ORDER BY wp_posts.post_date_gmt DESCIt seems like the plugin doesn’t work with custom database prefixes? (I don’t use the standard prefix)
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Total spend and orders not calculated’ is closed to new replies.