Hey mike, you haven't said what the problem is. If it's the JS that's erroring, view the source of the page and see what's being returned to the browser. It might need some double quotes around the value you're outputting or it might be that the value is empty.
Adrian http://www.adrianlynch.co.uk/ -----Original Message----- From: Mike Little [mailto:[EMAIL PROTECTED] Sent: 17 May 2008 00:40 To: CF-Talk Subject: Google Conversion Tracking for Shooping Cart hi guys, having a little trouble getting this installed... shopping cart value on confirmation page is #getProduct.order_total# google conversion code... <!-- Google Code for Purchase Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = 1065281749; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; if (1) { var google_conversion_value = <cfoutput>#getProduct.order_total#</cfoutput>; } var google_conversion_label = "lMorCN-bRhDV0fv7Aw"; //--> </script> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305560 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

