forked from PrestaShop/hummingbird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathps_bestsellers.tpl
More file actions
15 lines (15 loc) · 766 Bytes
/
ps_bestsellers.tpl
File metadata and controls
15 lines (15 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{**
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*}
<section class="best-sellers-products mt-3">
<div class="container">
{include file='components/section-title.tpl' title={l s='Best Sellers' d='Shop.Theme.Catalog'}}
{include file='catalog/_partials/productlist.tpl' products=$products productClass='col-6 col-lg-4 col-xl-3'}
<div class="best-sellers-products-footer text-center">
<a class="all-product-link btn btn-outline-primary" href="{$allBestSellers}">
{l s='All best sellers' d='Shop.Theme.Catalog'}<i class="material-icons rtl-flip" aria-hidden="true"></i>
</a>
</div>
</div>
</section>