From 014167f8c33cc575b0667d79a0be2d1733e4023a Mon Sep 17 00:00:00 2001 From: DanielSeifert Date: Thu, 24 Mar 2011 15:18:55 +0000 Subject: [PATCH] fix syntax error in ecommerce tracking --- changed_full/440-447/out/basic/tpl/inc/d3GoogleAnalytics.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changed_full/440-447/out/basic/tpl/inc/d3GoogleAnalytics.tpl b/changed_full/440-447/out/basic/tpl/inc/d3GoogleAnalytics.tpl index ad15b0a..4d0da04 100644 --- a/changed_full/440-447/out/basic/tpl/inc/d3GoogleAnalytics.tpl +++ b/changed_full/440-447/out/basic/tpl/inc/d3GoogleAnalytics.tpl @@ -81,7 +81,7 @@ _gaq.push(['_setCustomVar', 1, [{*// This custom var is set to slot #1. Required parameter.*}] 'Gender', [{*// The name of the custom variable. Required parameter.*}] - [{if $oxcmp_user->oxuser__oxsal->value == 'MR'}]'male'[{elseif $oxcmp_user->oxuser__oxsal->value == 'MRS'}]'female'[{/if}]], + [{if $oxcmp_user->oxuser__oxsal->value == 'MR'}]'male'[{elseif $oxcmp_user->oxuser__oxsal->value == 'MRS'}]'female'[{/if}], [{*// The value of the custom variable. Required parameter.*}] 1 [{*// Sets the scope to visitor-level. Optional parameter.*}] ]);