I have been searching but of course with most of the keywords needed it pulls up half the forum for results.
I am working on installing yellowbook tracker script for a client of mine but needing alittle help on what certain variables are called.
Here is a copy of the yellowbook script:
<!-- ClickEquations Conversion variables -->
<script language="JavaScript1.1" type="text/javascript">
CQtracker.set_CLEQ_transtype( '1' );
CQtracker.set_CLEQ_transid ( 'VARIABLE NEEDED');
CQtracker.set_CLEQ_currency(‘USD’);
CQtracker.set_CLEQ_total ( 'VARIABLE NEEDED') ;
CQtracker.set_CLEQ_tax ( '7.20' ) ;
CQtracker.set_CLEQ_shipping ( '0.00' ) ;
CQtracker.set_CLEQ_units ( '7' ) ;
CQtracker.set_CLEQ_items ( '12345|10.00|2' ) ;
CQtracker.set_CLEQ_items ( '67890|12.00|1' ) ;
CQtracker.set_CLEQ_items ( '54321|22.00|4' ) ;
CQtracker.log_CLEQ_conversion() ;
</script>
I few of these fields need the variables from the software. I am needing to see what the transaction ID and the Order Total variable. I did find orders_id in the orders table and an order_total in the orders table but not sure if those are going to give me the results needed. Just wanted to double check with some other memebers and users of the board.
Also is there a way to directly access the order confirmation/thank you page to test if the script is correct?
Thanks!



