Jump to content

[SOLVED]Categorie help? Please!


Recommended Posts

Hi All,

 

I have attached a picture please can you help me.

 

I would like to move the wishlist etc down and then have sub categories showing at the top.

 

I would also like to remove the sub category pictures?

 

Can you please advise how I can do this?

 

Thanks in advance

post-784824-0-13949600-1399583625_thumb.png

Edited by justusguys (see edit history)
Link to comment
Share on other sites

I have solved this.

 

I edited the file: Category-count/tpl

File location in FTP: /themes/YOURTHEME/

 

Before:

 

{else}
    {if $nb_products == 1}
        {l s='There is %d product.' sprintf=$nb_products}
    {else}
        {l s='There are %d products.' sprintf=$nb_products}
    {/if}

 

After;

 

{*{else}
    {if $nb_products == 1}
        {l s='There is %d product.' sprintf=$nb_products}
    {else}
        {l s='There are %d products.' sprintf=$nb_products}
    {/if}
*}
 

You can see that I just commented out this part of the code.

 

Hope this helps anyone else needing this fixture.

Link to comment
Share on other sites

×
×
  • Create New...