Prote1n Posted April 17, 2013 Report Share Posted April 17, 2013 Подскажите, перестали отображаться свойства товаров в списке товаров, код такой <!--Свойства товара--> <span class="svoystva"> <ul class="valul"> {$n=0} {foreach $product->features as $f} {$n=$n+1} {if $n<4} <li class="valli">{$f->name} - <span class="val">{$f->value}</span></li> {/if} {/foreach} </ul> </span> <!--Свойства товара End--> На странице товара он отображается. Quote Link to post Share on other sites
mart Posted April 17, 2013 Report Share Posted April 17, 2013 1. перенести код из ProductView.php в ProductsView.php касающийся свойств (там же где получают images)2. скопировать код вывода свойств из шаблона карточки шаблон категории в цикл для товара Quote Link to post Share on other sites
ishibaev Posted April 18, 2013 Report Share Posted April 18, 2013 Пользуйтесь поиском - на форуме есть решение - h..p://forum.simplacms.ru/topic/3111-svoystva-v-kratkom-opisanii/ Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.