View Single Post
  #1  
Old 05-26-2005, 11:21 AM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default affiliate future tracking script

Having a little trouble with this script for affiliate future regarding the {order.total}

This is the script im using, it seems to take the orderid ok but when i view page source the order.total is completley blank (just shows '')

can anyone see anything wrong with this code

Code:
{literal} <script language="javascript" src="https://scripts.affiliatefuture.com/AFFunctions.js"></script> <script language="javascript"> var merchantID = 965; var orderValue = '{/literal}{$order.total}{literal}'; var orderRef = '{/literal}{$orderids}{literal}'; var payoutCodes = ''; var offlineCode = ''; AFProcessSaleV2(merchantID, orderValue, orderRef,payoutCodes,offlineCode); </script> {/literal}
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote