AbanteCart Community

Shopping Cart Operations => Support => Topic started by: ygalbrami on October 20, 2012, 04:01:49 PM

Title: sub categories
Post by: ygalbrami on October 20, 2012, 04:01:49 PM
hello,
i have notice that when i press on the sub directories in my website i see only images,
It is a way to show images and below the title of categories?

like this -- if i go to the categories "computers" i will see all the images of all brand computer and below of the brand i will see the title name like "HP, Lenovo, Dell".
Please help me to do this
Title: Re: sub categories
Post by: abantecart on October 20, 2012, 05:29:37 PM
Depending on the page you need to edit one of the following template files

/storefront/view/default/template/pages/product/category.tpl

or

storefront/view/default/template/pages/product/search.tpl

You need to locate the spot and put code like this:
Code: [Select]
<?php echo $categories$i ][ 'name' ]; ?>
Title: Re: sub categories
Post by: ygalbrami on October 20, 2012, 06:51:46 PM
ok,
so after i have cheked the code, it's already exist,
 i have not the the text becuase i have set the Category List Width to: 180px
the Category List Height and the Category List Width to 150px and it's works.

thanks for your support.