Jump to content

PrestaShop Temasında Katagorileri Daha Güzel Yapma


Recommended Posts

Normalde Katagoriler yazı şeklinde ama onları butona çevirmek kolay yapmanız gereken

public_html / modules / blockcategories / category-tree-branch.tpl -- dosyasını aşağıdakilerle değişdirin....


>
{$node.name|escape:htmlall:'UTF-8'}
   {if $node.children|@count > 0}
</pre>
<ul>
       {foreach from=$node.children item=child name=categoryTreeBranch}
           {if $smarty.foreach.categoryTreeBranch.last}
                       {include file=$tpl_dir./category-tree-branch.tpl node=$child last='true'}
           {else}
                       {include file=$tpl_dir./category-tree-branch.tpl node=$child last='false'}
           {/if}
       {/foreach}
</ul>
<br>   {/if}<br




hepsini değişdirmek istemezseniz eklediğim kod

 CLASS="button" 

kodudur

Link to comment
Share on other sites

  • 3 months later...
  • 6 months later...
×
×
  • Create New...