{* * @Module Name: Leo Feature * @Website: leotheme.com.com - prestashop template provider * @author Leotheme * @copyright 2007-2018 Leotheme * @description: Leo feature for prestashop 1.7: ajax cart, review, compare, wishlist at product list *}
{foreach from=$productVariants key=id_attribute_group item=group} {if $group.attributes|@count gt 0}
{if isset($configs.show_label) && $configs.show_label} {$group.name|escape:'htmlall':'UTF-8'} {/if} {if $group.group_type == 'select'} {elseif $group.group_type == 'color'}
    {foreach from=$group.attributes key=id_attribute item=group_attribute}
  • {/foreach}
{elseif $group.group_type == 'radio'}
    {foreach from=$group.attributes key=id_attribute item=group_attribute}
  • {/foreach}
{/if}
{/if} {/foreach}