34 lines
1.2 KiB
PHP
34 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
+--------------------------------------------------------------------------
|
|
| CubeCart 4
|
|
| ========================================
|
|
| CubeCart is a Trade Mark of Devellion Limited
|
|
| Copyright Devellion Limited 2005 - 2006. All rights reserved.
|
|
| Devellion Limited,
|
|
| 5 Bridge Street,
|
|
| Bishops Stortford,
|
|
| HERTFORDSHIRE.
|
|
| CM23 2JU
|
|
| UNITED KINGDOM
|
|
| http://www.devellion.com
|
|
| UK Private Limited Company No. 5323904
|
|
| ========================================
|
|
| Web: http://www.cubecart.com
|
|
| Email: info (at) cubecart (dot) com
|
|
| License Type: CubeCart is NOT Open Source Software and Limitations Apply
|
|
| Licence Info: http://www.cubecart.com/site/faq/license.php
|
|
+--------------------------------------------------------------------------
|
|
| tracker.inc.php
|
|
| ========================================
|
|
| Tracking code for JROX.COM Affiliate Manager
|
|
+--------------------------------------------------------------------------
|
|
*/
|
|
|
|
$module = fetchDbConfig('JROX');
|
|
|
|
$affCode = "<!-- Begin JAM Affiliate Tracker -->
|
|
<img border='0' src='".$module['URL']."/sale.php?amount=".sprintf("%.2f", $orderSum['prod_total'])."&trans_id=".$cart_order_id."' width='0' height='0' alt='' />
|
|
<!-- End JAM Affiliate Tracker -->";
|
|
?>
|