Skip to content

Commit d2576ca

Browse files
authored
Merge pull request #867 from tblivet/fix/viewed-products-container
Feat update product display for ps_viewedproducts module
2 parents 1cfcba9 + 720f928 commit d2576ca

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

modules/ps_viewedproduct/views/templates/hook/ps_viewedproduct.tpl

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
* For the full copyright and license information, please view the LICENSE
33
* file that was distributed with this source code.
44
*}
5-
<section class="viewed-products mt-3">
6-
<div class="container">
7-
{include file='components/section-title.tpl' title={l s='Viewed products' d='Shop.Theme.Catalog'}}
8-
{include file='catalog/_partials/productlist.tpl' products=$products productClass='col-12 col-xs-6 col-lg-4 col-xl-3'}
9-
</div>
10-
</section>
5+
6+
{extends file="components/module-products.tpl"}
7+
8+
{block name='module_products_name'}ps-viewedproducts{/block}
9+
10+
{block name='module_products_title'}
11+
{include file='components/section-title.tpl' title={l s='Viewed products' d='Shop.Theme.Catalog'}}
12+
{/block}

0 commit comments

Comments
 (0)