Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-05-11 18:15:53 +0800
Commit
87126dca22e6f3233cf247a153b459e4b8bdb518
1 parent
7d3c88ca
pay analysis
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
template/www.yohobuy.com/actions/pay/notice/index.phtml
template/www.yohobuy.com/actions/pay/notice/wechatqrcodereturn.phtml
template/www.yohobuy.com/partials/pay/pay-analysis.phtml
template/www.yohobuy.com/actions/pay/notice/index.phtml
View file @
87126dc
...
...
@@ -55,4 +55,5 @@
{
{/if
}
}
{
{/
payNotice
}
}
</div>
{
{>
pay/pay-analysis
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/actions/pay/notice/wechatqrcodereturn.phtml
View file @
87126dc
...
...
@@ -35,4 +35,5 @@
</div>
{
{/
payData
}
}
</div>
{
{>
pay/pay-analysis
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/pay/pay-analysis.phtml
0 → 100644
View file @
87126dc
{
{#
criteo
}
}
<script
type=
"text/javascript"
src=
"//static.criteo.net/js/ld/ld.js"
async=
"true"
></script>
<script
type=
"text/javascript"
>
window.criteo_q
=
window.criteo_q
||
[]
;
window.criteo_q.push(
{
event:
"setAccount"
,
account
:
[
16184
]
}
,
{
event:
"setSiteType"
,
type
:
"d"
}
,
{
event:
"trackTransaction"
,
id
:
"{{orderId}}"
,
item
:
[
{
{#each
items
}
}
{
id:
"{{id}}"
,
price
:
"{{price}}"
,
quantity
:
"{{quantity}}"
}
{
{#unless
@last
}
}
,
{
{/unless
}
}
{
{/each
}
}
]}
);
</script>
{
{/
criteo
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment