Authored by xuqi

pinyou analysis in pay page

... ... @@ -343,17 +343,4 @@
{{/ orderEnsure}}
<div class="loading"><span></span>请稍后...</div>
</div>
{{!-- 品有统计代码 --}}
{{# pinyou}}
<script>
<script>
!function(w,d,e){
var _money='{{money}}';
var _productList='{{productList}}';
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=';
function _(){if(!d.body){setTimeout(_(),100);}else{s= d.createElement('script');s.src = u;d.body.insertBefore(s,d.body.firstChild);}}_();
}(window,document,encodeURIComponent);
</script>
{{/ pinyou}}
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -58,4 +58,8 @@
{{/ shoppingpay}}
</div>
{{!-- 品有统计代码 --}}
{{> shopping/pinyou-analysis}}
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -2,7 +2,6 @@
<div class="shopping-pay-page yoho-page clearfix">
{{# shoppingpay}}
<div class="pay-page">
<div class="pay-title">
<div class="step4"></div>
<ul>
... ... @@ -11,14 +10,12 @@
<li class="end"><span>付款,完成购买</span></li>
</ul>
</div>
<div class="cart-pay">
<h2>您的订单已成功,现在就去付款吧~</h2>
<h3>您的订单号:<strong class="order-num">{{orderNum}}</strong> 应付金额:<strong>{{count}}</strong>元 &nbsp; &nbsp;
支付方式:{{paymentType}} &nbsp; &nbsp; &nbsp; 送货时间:{{deliveryType}}</h3>
<h4>{{userName}},如果2小时内您无法完成付款,系统会将您的订单取消。</h4>
</div>
<div class="wrapper">
<div class="pay-way">
<span class="word">使用:</span>
... ... @@ -77,12 +74,11 @@
<a href="#" class="close">x</a>
</div>
</div>
{{/ shoppingpay}}
</div>
{{/ shoppingpay}}
</div>
{{# shoppingpay}}
{{# shoppingpay}}
<!-- Google Code for &#19979;&#21333;&#25104;&#21151; Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
... ... @@ -150,6 +146,9 @@
{{> shopping/box-analysis}}
{{> shopping/box-buy-analysis}}
{{/ shoppingpay}}
{{/ shoppingpay}}
{{!-- 品有统计代码 --}}
{{> shopping/pinyou-analysis}}
{{> layout/footer}}
{{> layout/footer}}
... ...
... ... @@ -25,4 +25,8 @@
__custom['sku_list'] = '{{skuList}}';
</script>
{{/shoppingpay}}
{{!-- 品有统计代码 --}}
{{> shopping/pinyou-analysis}}
{{> layout/footer}}
... ...
{{# pinyou}}
<script>
<script>
!function(w,d,e){
var _orderno='{{orderNo}}';
var _money='{{money}}';
var _productList='{{productList}}';
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=';
function _(){if(!d.body){setTimeout(_(),100);}else{s= d.createElement('script');s.src = u;d.body.insertBefore(s,d.body.firstChild);}}_();
}(window,document,encodeURIComponent);
</script>
{{/ pinyou}}
\ No newline at end of file
... ...