WebTrends integration information.
Contact WebTrends for complete integration details for their affiliate program. They should give you some HTML to paste into your shopping cart for integration. Look at the bottom of this code, you will find a few variables. Here is what you need to do with the code to integrate it into the shopping cart.- Log into the Cart Admin. Area,
- go to "Cart Settings",
- go to step #8, "Advanced Settings".
- Paste the code into the "Custom Message On 'View Cart'" and make the following changes to the bottom of the code:
- var SERVER= "audiolot.cartmanager.net";
- var CARTADD= "PRINTADDED";
- var CARTREMOVE= "PRINTREMOVED";
- Paste the code into the "Custom Text For Payment Information Page" and make the following changes:
- var SERVER= "audiolot.cartmanager.net";
- var CHECKOUT= "PRINTDATA(THEPART, )";
- Finally, paste it into "HTML For Bottom Of Receipt" and change the following:
- var ORDER= "PRINTDATA(D2, Cart, THEPART, dummy, THEQUANTITY, THESUBTOTAL;)";
- var SERVER= "audiolot.cartmanager.net";
- var INVOICE= "PRINTORDERNUMBER";
- var CARTBUY= "PRINTDATA(THEPART, )";
- var CHECKOUT= "PRINTDATA(THEPART, )";
- var CARTADD= "PRINTADDED";
- var CARTREMOVE= "PRINTREMOVED";
|