Replies: 0
Hi,
The plugin works fine but we are having integration issues with a CRM – HubSpot. When the quote is received from a quest user and the price is 0 it makes it so the “_customer_user” “meta_value” is 0. But when it has an actual price the “_customer_user” “meta_value” is always 1 for this guest user and it never creates a record in the wp_postmeta table.
SELECT * FROM wp_postmeta where meta_key = ‘_customer_user’ ;
I only see one record for ‘_customer_user’ with a meta_value of 1 but there are a lot of orders with the meta_value of 1.
WordPress 5.0.3
WooCommerce Version 3.5.3
Quotes for WooCommerce Version 1.5
thanks,