forked from brooksbingham/theme-elegance
refactor: update new products module
parent
1d6f7e98f3
commit
b4a583a57e
|
@ -22,18 +22,17 @@
|
|||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
<section class="featured-products clearfix mt-3">
|
||||
<h2 class="h2 products-section-title text-uppercase">
|
||||
<section class="featured-products flex flex-col gap-8">
|
||||
<h2 class="products-section-title text-2xl font-bold">
|
||||
{l s='New products' d='Shop.Theme.Catalog'}
|
||||
</h2>
|
||||
<div class="products">
|
||||
<div class="products flex flex-wrap">
|
||||
{foreach from=$products item="product"}
|
||||
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
|
||||
{/foreach}
|
||||
</div>
|
||||
<a class="all-product-link float-xs-left float-md-right h4" href="{$allNewProductsLink}">
|
||||
{l s='All new products' d='Shop.Theme.Catalog'}<i class="material-icons"></i>
|
||||
<a class="all-product-link text-2xl font-bold" href="{$allNewProductsLink}">
|
||||
{l s='All new products' d='Shop.Theme.Catalog'}
|
||||
</a>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue