How do I, and where do I insert a Google or Yahoo conversion script?

Step 1 - go to your control panel - admin.epc
Step 2 - go to the file manager
Step 3 - change to your templates folder
Step 4 - scroll through the templates folder and look for a template file called conversioncode.wws, if found, click name and open it
Step 5 - Otherwise click 'create' button at top and in the file name box enter conversioncode.wws and click create button to the right
Step 6 - scroll down to the new empty file you created called conversioncode.wws and click the file name to open it
Step 7 - copy and paste the script into this file and click save

 

Note: A If you want to put the invoice total in the conversion code, the tag looks like this:

<%=oinvoice.odata.invtotal%>

 

If you want to put the net sales (sales - (shipping+tax) use this one

<%=oinvoice.odata.invtotal-(oinvoice.odata.handling + oinvoice.odata.tax + oinvoice.odata.coretotal)%>

 

 

 

 

Cette réponse était-elle pertinente? 169 Utilisateurs l'ont trouvée utile (385 Votes)