{* * @Module Name: Leo Elements * @Website: leotheme.com - prestashop template provider * @author Leotheme * @copyright Leotheme * @description: LeoElements is module help you can build content for your shop *} {if isset($leo_products) && $leo_products && $leo_products|@count > 0} {$i = 0} {if isset($settings.per_col) && $settings.per_col} {$y = $settings.per_col} {else} {$y = 1} {/if} {*
*} {*
*} {if isset($settings) && isset($settings.view_type) && $settings.view_type == 'carousel'} {* CAROUSEL *}
{foreach from=$leo_products item="product"} {if $i mod $y eq 0}
{/if} {$i = $i+1} {*_PS_THEME_DIR_ . 'templates/catalog/_partials/miniatures/product.tpl',*} {include file="$theme_template_path" product=$product} {if $i mod $y eq 0 || $i eq count($leo_products)}
{/if} {/foreach}
{else} {* GRID *}
{foreach from=$leo_products item="product"}
{include file="$theme_template_path" product=$product}
{/foreach}
{*
*} {*
*} {/if} {/if}