pinyou analysis in pay page
Showing
5 changed files
with
28 additions
and
22 deletions
@@ -343,17 +343,4 @@ | @@ -343,17 +343,4 @@ | ||
343 | {{/ orderEnsure}} | 343 | {{/ orderEnsure}} |
344 | <div class="loading"><span></span>请稍后...</div> | 344 | <div class="loading"><span></span>请稍后...</div> |
345 | </div> | 345 | </div> |
346 | - | ||
347 | -{{!-- 品有统计代码 --}} | ||
348 | -{{# pinyou}} | ||
349 | -<script> | ||
350 | -<script> | ||
351 | -!function(w,d,e){ | ||
352 | -var _money='{{money}}'; | ||
353 | -var _productList='{{productList}}'; | ||
354 | -var b=location.href,c=d.referrer,f,s,g=d.cookie,h=g.match(/(^|;)\s*ipycookie=([^;]*)/),i=g.match(/(^|;)\s*ipysession=([^;]*)/);if (w.parent!=w){f=b;b=c;c=f;};u='//stats.ipinyou.com/cvt?a='+e('MC.2z.Rg-AQqSqQi2GykX12LUxI0')+'&c='+e(h?h[2]:'')+'&s='+e(i?i[2].match(/jump\%3D(\d+)/)[1]:'')+'&u='+e(b)+'&r='+e(c)+'&rd='+(new Date()).getTime()+'&Money='+e(_money)+'&ProductList='+e(_productList)+'&e='; | ||
355 | -function _(){if(!d.body){setTimeout(_(),100);}else{s= d.createElement('script');s.src = u;d.body.insertBefore(s,d.body.firstChild);}}_(); | ||
356 | -}(window,document,encodeURIComponent); | ||
357 | -</script> | ||
358 | -{{/ pinyou}} | ||
359 | {{> layout/footer}} | 346 | {{> layout/footer}} |
@@ -2,7 +2,6 @@ | @@ -2,7 +2,6 @@ | ||
2 | <div class="shopping-pay-page yoho-page clearfix"> | 2 | <div class="shopping-pay-page yoho-page clearfix"> |
3 | {{# shoppingpay}} | 3 | {{# shoppingpay}} |
4 | <div class="pay-page"> | 4 | <div class="pay-page"> |
5 | - | ||
6 | <div class="pay-title"> | 5 | <div class="pay-title"> |
7 | <div class="step4"></div> | 6 | <div class="step4"></div> |
8 | <ul> | 7 | <ul> |
@@ -11,14 +10,12 @@ | @@ -11,14 +10,12 @@ | ||
11 | <li class="end"><span>付款,完成购买</span></li> | 10 | <li class="end"><span>付款,完成购买</span></li> |
12 | </ul> | 11 | </ul> |
13 | </div> | 12 | </div> |
14 | - | ||
15 | <div class="cart-pay"> | 13 | <div class="cart-pay"> |
16 | <h2>您的订单已成功,现在就去付款吧~</h2> | 14 | <h2>您的订单已成功,现在就去付款吧~</h2> |
17 | <h3>您的订单号:<strong class="order-num">{{orderNum}}</strong> 应付金额:<strong>{{count}}</strong>元 | 15 | <h3>您的订单号:<strong class="order-num">{{orderNum}}</strong> 应付金额:<strong>{{count}}</strong>元 |
18 | 支付方式:{{paymentType}} 送货时间:{{deliveryType}}</h3> | 16 | 支付方式:{{paymentType}} 送货时间:{{deliveryType}}</h3> |
19 | <h4>{{userName}},如果2小时内您无法完成付款,系统会将您的订单取消。</h4> | 17 | <h4>{{userName}},如果2小时内您无法完成付款,系统会将您的订单取消。</h4> |
20 | </div> | 18 | </div> |
21 | - | ||
22 | <div class="wrapper"> | 19 | <div class="wrapper"> |
23 | <div class="pay-way"> | 20 | <div class="pay-way"> |
24 | <span class="word">使用:</span> | 21 | <span class="word">使用:</span> |
@@ -77,12 +74,11 @@ | @@ -77,12 +74,11 @@ | ||
77 | <a href="#" class="close">x</a> | 74 | <a href="#" class="close">x</a> |
78 | </div> | 75 | </div> |
79 | </div> | 76 | </div> |
80 | - | ||
81 | - {{/ shoppingpay}} | ||
82 | - | ||
83 | </div> | 77 | </div> |
78 | + {{/ shoppingpay}} | ||
79 | +</div> | ||
84 | 80 | ||
85 | - {{# shoppingpay}} | 81 | +{{# shoppingpay}} |
86 | <!-- Google Code for 下单成功 Conversion Page --> | 82 | <!-- Google Code for 下单成功 Conversion Page --> |
87 | <script type="text/javascript"> | 83 | <script type="text/javascript"> |
88 | /* <![CDATA[ */ | 84 | /* <![CDATA[ */ |
@@ -150,6 +146,9 @@ | @@ -150,6 +146,9 @@ | ||
150 | 146 | ||
151 | {{> shopping/box-analysis}} | 147 | {{> shopping/box-analysis}} |
152 | {{> shopping/box-buy-analysis}} | 148 | {{> shopping/box-buy-analysis}} |
153 | - {{/ shoppingpay}} | 149 | +{{/ shoppingpay}} |
150 | + | ||
151 | +{{!-- 品有统计代码 --}} | ||
152 | +{{> shopping/pinyou-analysis}} | ||
154 | 153 | ||
155 | - {{> layout/footer}} | 154 | +{{> layout/footer}} |
1 | +{{# pinyou}} | ||
2 | +<script> | ||
3 | +<script> | ||
4 | +!function(w,d,e){ | ||
5 | +var _orderno='{{orderNo}}'; | ||
6 | +var _money='{{money}}'; | ||
7 | +var _productList='{{productList}}'; | ||
8 | +var b=location.href,c=d.referrer,f,s,g=d.cookie,h=g.match(/(^|;)\s*ipycookie=([^;]*)/),i=g.match(/(^|;)\s*ipysession=([^;]*)/);if (w.parent!=w){f=b;b=c;c=f;};u='//stats.ipinyou.com/cvt?a='+e('MC.2z.Rg-AQqSqQi2GykX12LUxI0')+'&c='+e(h?h[2]:'')+'&s='+e(i?i[2].match(/jump\%3D(\d+)/)[1]:'')+'&u='+e(b)+'&r='+e(c)+'&rd='+(new Date()).getTime()+'&OrderNo='+e(_orderno)+'&Money='+e(_money)+'&ProductList='+e(_productList)+'&e='; | ||
9 | +function _(){if(!d.body){setTimeout(_(),100);}else{s= d.createElement('script');s.src = u;d.body.insertBefore(s,d.body.firstChild);}}_(); | ||
10 | +}(window,document,encodeURIComponent); | ||
11 | +</script> | ||
12 | +{{/ pinyou}} |
-
Please register or login to post a comment