Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<!--<tr bgcolor="{if $smarty.section.i.index % 2 == 0}#{$smarty.const.CONF_LIGHT_COLOR}{else}white{/if}">
<td>
{$product_info.product_extra[i].name}:
</td>
<td>
<b>{$product_info.product_extra[i].option_value}</b>
</td>
</tr>-->
<tr bgcolor="{if $smarty.section.i.index % 2 == 0}#{$smarty.const.CONF_LIGHT_COLOR}{else}white{/if}">
<td>
{$product_info.product_extra[i].name}:
</td>
<td>
<b>{$product_info.product_extra[i].option_value}</b>
</td>
</tr>
{section name=i loop=$product_info.product_extra max=3}
{section name=k loop=$product_info.product_extra[i].option_show_times max=3}
{$product_info.product_extra[i].name}:
{section name=j loop=$product_info.product_extra[i].values_to_select}
{$product_info.product_extra[i].values_to_select[j].option_value}<br />
{/section}
{/section}
{/section}
Да это понятно, что можно сделать. Я думал тебе надо выводить для каждого продукта разное. У товара 1 (1,3,5) у товара 2 (3,4,6). А ты про это! Тогда Молодец!
а куда вставляьб этот код
в product_detailed.tpl.html - неработает