Hi. How can we help?

How to add a tracking code

To add a tracking code on Custom Thank you page you can add a code like this in your theme functions.php

add_action('yith_ctpw_successful_ac','yctpw_add_tracking_code',70);
function yctpw_add_tracking_code( $order ) {
?>
<!-- Your Script Here -->
<?php
}

 

Was this article helpful?
0 out of 2 found this helpful

Back to Help Center >