Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -22,14 +22,17 @@
<article class="col-main {$smarty.get.mode|default:"grid"}" role="main" aria-labelledby="main-label">
<h1 id="main-label" class="page-header">{if $product_type == "new"}{intl l="Latest products"}{elseif $product_type == "offers"}{intl l="Product Offers"}{/if}</h1>
{assign var="amount" value="{count type="product" promo="{$product_type == "offers"}" new="{$product_type == "new"}"}"}
{assign var="amount" value={count type="product" promo="{$product_type == "offers"}" new="{$product_type == "new"}"}}
{hook name="viewall.top"}
{include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order amount={$amount}}
<div id="category-products">
<div class="products-content">
{ifloop rel="product_list"}
<ul class="product-col-3">
{loop type="product" promo="{$product_type == "offers"}" new="{$product_type == "new"}" name="product_list" limit=$limit page=$product_page order=$product_order}
{include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="700" height="320"}
<ul class="list-unstyled row">
{loop type="product" promo={$product_type == "offers"} new={$product_type == "new"} name="product_list" limit=$limit page=$product_page order=$product_order}
{include file="includes/single-product.html" colClass="col-sm-4" product_id=$ID hasBtn=true hasDescription=true width="700" height="320"}
{/loop}
</ul>
{/ifloop}
@@ -41,9 +44,23 @@
{ifloop rel="product_list"}
{include file="includes/toolbar.html" toolbar="bottom" amount={$amount}}
{/ifloop}
{hook name="viewall.bottom"}
</article>
</div><!-- /.layout -->
{/block}
{block name="after-javascript-include"}{/block}
{block name="stylesheet"}
{hook name="viewall.stylesheet"}
{/block}
{block name="after-javascript-include"}
{hook name="viewall.after-javascript-include"}
{/block}
{block name="javascript-initialization"}
{hook name="viewall.javascript-initialization"}
{/block}