View Single Post
  #2  
Old 11-30-2004, 10:51 AM
 
instinctual instinctual is offline
 

eXpert
  
Join Date: Nov 2003
Posts: 247
 

Default


{literal}
<script language="JavaScript" type="text/javascript" src="https://www.trackhelp.com/bin/ctrack.php"></script>
<script language="JavaScript" type="text/javascript">
<!--
var siteid = 1626; var proto = 'https';
if (typeof(valid) + '' != 'undefined') {tlitrack(3,{$subtotal},{$order.orderid});}
//-->
</script>
{/literal}


I would imagine the above would work - but can't remember if "{literal}" makes smarty tags non-interpreted.

I'd say the main problem you have is that {tlitrack already begins with { - so therefore trying to put your smarty variable in there will break it - 2 sets of those brackets prolly isn't good.

Instinctual
Colorado
X-Cart Versions 3.5.x - 4.0.6
Reply With Quote