For superpages, I need to pass the order id and order total variables to a script. I am currently using v5 and wondering how to go about doing this. Below is my code and seeing that the template tags do not render when within quotes. Any advice/help would be much appreciated.
Thanks!
Thanks!
HTML Code:
<NOSCRIPT> <IMG HEIGHT="1" WIDTH="1" SRC="https://cust1259.bidcenter-27.superpages.com/18560599/marker/ Revenue+1?js=no&Order=&mvt:order:id;&Total=&mvt:order:formatted_total;"> </NOSCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="https://cust1259.bidcenter-27.superpages.com/tag.js" TYPE="text/javascript"></SCRIPT> <SCRIPT LANGUAGE="JavaScript"> tag("cust1259.bidcenter-27.superpages.com","/18560599/marker/ Revenue+1","Order","&mvt:order:id;","Total","&mvt:order:formatted_total;"); </SCRIPT>
Comment