forked from thirtybees/community-theme-default
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prices-drop.tpl
28 lines (25 loc) · 942 Bytes
/
prices-drop.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{capture name=path}{l s='Price drop'}{/capture}
<h1 class="page-heading product-listing">{l s='Price drop'}</h1>
{hook h='displayPricesDropTop'}
{if $products}
<div class="content_sortPagiBar">
<div class="form-inline sortPagiBar clearfix">
{include file="./product-sort.tpl"}
{include file="./nbr-product-page.tpl"}
</div>
<div class="top-pagination-content form-inline clearfix">
{include file="./product-compare.tpl"}
{include file="$tpl_dir./pagination.tpl" no_follow=1}
</div>
</div>
{include file="./product-list.tpl" products=$products}
<div class="content_sortPagiBar">
<div class="bottom-pagination-content form-inline clearfix">
{include file="./product-compare.tpl"}
{include file="./pagination.tpl" no_follow=1 paginationId='bottom'}
</div>
</div>
{else}
<div class="alert alert-warning">{l s='No price drop'}</div>
{/if}
{hook h='displayPricesDropBelow'}