<!--bof Simple Google Analytics-->
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
<!--eof Simple Google Analytics-->
<!-- bof Additional Tracking -->
<?php
if($_SERVER['HTTPS']=='on'){ // If page is SSL then use Secure Code
?>
<?php
if ($_GET['main_page']=="checkout_success") {
?>
Add your JROX Code here
<?php } //End if main page is "checkout_success"?>
<?php // Else if not a secure connection then use Non-Secure Code
} else {
// Nothing Here at the moment but if you wanted to add code that would be non-secure you would add it here.
} ?>
<!-- / eof Additional Tracking -->
</body>
</html>
Bookmarks