Answer the question
In order to leave comments, you need to log in
How to integrate google analytics and woocommerce?
// WooCommerce integration with Google Analytics
function devise_wc_ga_integration( $order_id ) {
$order = new WC_Order( $order_id ); ?>
<?php }
add_action( 'woocommerce_thankyou', 'devise_wc_ga_integration' );
I used this code, but it seems to work - it just counts somehow incorrectly in the effectiveness of the goods
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question