View Single Post
  #9  
Old 04-07-2006, 08:27 PM
 
patrick24601 patrick24601 is offline
 

Senior Member
  
Join Date: Mar 2006
Location: Oklahoma City, OK
Posts: 183
 

Default

Any idea why some of the google code has no data where the xcart objects should be? My checkout code appears as:

Code:
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> [img]https://www.googleadservices.com/pagead/conversion/12345678/?value=&label=Purchase&script=0[/img] </noscript>

should I not have something for the 'value=' querystring ?

Code:
{literal} <script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> [img]https://www.googleadservices.com/pagead/conversion/1068741053/?value={/literal}{$orders[oi].order.subtotal}{literal}&label=Purchase&script=0[/img] </noscript> {/literal}
__________________
---
Patrick Allmond
Xcart 4.0.18
Now on a dedicated linux box
Reply With Quote