Subversion Repositories SmartDukaan

Rev

Rev 11747 | Rev 12530 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11747 Rev 11896
Line 193... Line 193...
193
        #if($sorders && $sorders.size() != 0)
193
        #if($sorders && $sorders.size() != 0)
194
            #foreach($order in $sorders)
194
            #foreach($order in $sorders)
195
                if(typeof _gaq != "undefined" && _gaq != null)  {
195
                if(typeof _gaq != "undefined" && _gaq != null)  {
196
                    _gaq.push(['_addTrans',
196
                    _gaq.push(['_addTrans',
197
                       '$order.getId()',                // order ID - required
197
                       '$order.getId()',                // order ID - required
198
                       '${in.shop2020.title}',                       // affiliation or store name
198
                       '$action.getStoreAffiliate()',                       // affiliation or store name
199
                       '$order.getTotal_amount()',      // total - required
199
                       '$order.getTotal_amount()',      // total - required
200
                       '0',                             // tax
200
                       '0',                             // tax
201
                       '0',                             // shipping
201
                       '0',                             // shipping
202
                       '$order.getCustomer_city()',     // city
202
                       '$order.getCustomer_city()',     // city
203
                       '$order.getCustomer_state()',    // state or province
203
                       '$order.getCustomer_state()',    // state or province