Hello
how can i change my main logo instead of zencart logo,
where i can achieve this?
Hello
how can i change my main logo instead of zencart logo,
where i can achieve this?
Name your logo file "logo.gif" and load it into /includes/templates/your_template/images/, and Zen Cart will know to use it instead of the default logo.
ah thanx it works fine...
well can you tell me this
i want my homepage without left side panel... when i click on main categories at the top the sub category only should show at left side panel....
Thanxs n Regards
UDAY
you are asking the same questions asked by about 10,000 other users... not to sound mean but try looking at FAQ and searching the forum. Or go to admin/tools/layout box controller --
the 'panel' is referred to as a sidebox...
good luck
thats not i mean.
i want the categories at the top and as well as left side boxes. but for the left side box it shld be display when the top navigation clicks only.
i dont want the side box for index page but when i click on top navigation i want to show the side boxes...
Hope you understand now...
So you did want more complex behavior. I wasn't sure from your message.
The left sidebar with categories menu should always show on non-index pages? Or only in some cases?
For your basic question, in /includes/templates/your_template/common/tpl_main_page.php add this near the top, just above $header_template = 'tpl_header.php';:
$flag_disable_left = $this_is_home_page;