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 17:43:56 +0800
Commit
7d3c88cac264a6a1a1c0e6065dfaf198d17fd94c
1 parent
36081225
product list criteo
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
template/www.yohobuy.com/actions/product/search/search-bak.phtml
template/www.yohobuy.com/partials/product/list-analysis.phtml
template/www.yohobuy.com/partials/product/list.phtml
template/www.yohobuy.com/partials/product/new-sale.phtml
template/www.yohobuy.com/actions/product/search/search-bak.phtml
View file @
7d3c88c
...
...
@@ -10,4 +10,5 @@
{
{>
product/latest-walk
}
}
{
{/
search
}
}
</div>
{
{>
product/list-analysis
}
}
{
{>
layout/footer
}
}
...
...
template/www.yohobuy.com/partials/product/list-analysis.phtml
0 → 100644
View file @
7d3c88c
{
{#
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:
"viewList"
,
item
:
[{
{#each
sku
}
}
"{{.}}"
{
{#unless
@last
}
}
,{
{/unless
}
}
{
{/each
}]}
);
</script>
{
{/
criteo
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/product/list.phtml
View file @
7d3c88c
...
...
@@ -55,4 +55,5 @@
</div>
{
{/
list
}
}
</div>
{
{>
product/list-analysis
}
}
{
{>
layout/footer
}
}
...
...
template/www.yohobuy.com/partials/product/new-sale.phtml
View file @
7d3c88c
...
...
@@ -57,4 +57,5 @@
</div>
{
{/
newSale
}
}
</div>
{
{>
product/list-analysis
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment