Subversion Repositories SmartDukaan

Rev

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

Rev 5572 Rev 5625
Line 15... Line 15...
15
<!-- End of Google Website Optimizer Tracking Script -->
15
<!-- End of Google Website Optimizer Tracking Script -->
16
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
17
	<!-- Prevent MS Office toolbar from changing layout -->
17
	<!-- Prevent MS Office toolbar from changing layout -->
18
	<meta http-equiv="imagetoolbar" content="false" />
18
	<meta http-equiv="imagetoolbar" content="false" />
19
	<meta name="MSSmartTagsPreventParsing" content="true" />
19
	<meta name="MSSmartTagsPreventParsing" content="true" />
20
	<title>Saholic</title>
20
	<title>${in.shop2020.title}</title>
21
#include ( "templates/commoncssfiles.vm" )
21
#include ( "templates/commoncssfiles.vm" )
22
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
22
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
23
#set($total_amount = 0.0)
23
#set($total_amount = 0.0)
24
</head>
24
</head>
25
 
25
 
Line 164... Line 164...
164
        #if($orders && $orders.size() != 0)
164
        #if($orders && $orders.size() != 0)
165
            #foreach($order in $orders)
165
            #foreach($order in $orders)
166
                if(typeof _gaq != "undefined" && _gaq != null)  {
166
                if(typeof _gaq != "undefined" && _gaq != null)  {
167
                    _gaq.push(['_addTrans',
167
                    _gaq.push(['_addTrans',
168
                       '$order.getId()',                // order ID - required
168
                       '$order.getId()',                // order ID - required
169
                       'Saholic',                       // affiliation or store name
169
                       '${in.shop2020.title}',                       // affiliation or store name
170
                       '$order.getTotal_amount()',      // total - required
170
                       '$order.getTotal_amount()',      // total - required
171
                       '0',                             // tax
171
                       '0',                             // tax
172
                       '0',                             // shipping
172
                       '0',                             // shipping
173
                       '$order.getCustomer_city()',     // city
173
                       '$order.getCustomer_city()',     // city
174
                       '$order.getCustomer_state()',    // state or province
174
                       '$order.getCustomer_state()',    // state or province