Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout_success.php Help


monito

Recommended Posts

Posted

Hi!,

 

I would like to fill in the missing information to send back to Bizrate to see is the ROI (Return Of Investment) is working.

 

They say to put the following piece of code anywhere in the "checkout_success.php" file.

 

How do I get the following values to fill in the var cust_type, var order_value, var order_id, units_ordered

 

// ++++++ Birrate code

<script language="javascript">

<!--

/* ROI Tracking Data */

var mid = '999999';

var cust_type = '';

var order_value = '';

var order_id = '';

var units_ordered = '';

//-->

</script>

<script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>

//-------- Bizrate code

 

Thanks in advance,

 

Monito

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...