Need values
-
Hey! I need to pull the following values *along with the Order Id *for reporting to pinterest for the pinterest tag.
Ideas how to do this with your plugin?
global $woocommerce;
$totalamount = $woocommerce->cart->cart_contents_total; //calls the order total
$order_quantity = $woocommerce->cart->cart_contents_count; //calls the total cart quantity
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Need values’ is closed to new replies.