Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: sub categories  (Read 5346 times)

Offline ygalbrami

  • Full Member
  • ***
  • Posts: 128
  • Karma: +9/-2
    • View Profile
sub categories
« 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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: sub categories
« Reply #1 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' ]; ?>
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline ygalbrami

  • Full Member
  • ***
  • Posts: 128
  • Karma: +9/-2
    • View Profile
Re: sub categories
« Reply #2 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.

 

Powered by SMFPacks Social Login Mod