Shopping Cart Operations > Support

sub categories

(1/1)

ygalbrami:
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

abantecart:
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: ---<?php echo $categories[ $i ][ 'name' ]; ?>
--- End code ---

ygalbrami:
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.

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod