File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
modules/ps_viewedproduct/views/templates/hook Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments