Zen Cart Logo

How to change logo!

Locked

Views: 852

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
13 Jun 2007, 3:24 PM
#1
m3suriya avatar

m3suriya

New Zenner

Join Date:
Jun 2007
Posts:
13
Plugin Contributions:
0

How to change logo!

Hello

how can i change my main logo instead of zencart logo,
where i can achieve this?

13 Jun 2007, 3:54 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How to change logo!

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.

14 Jun 2007, 7:01 AM
#3
m3suriya avatar

m3suriya

New Zenner

Join Date:
Jun 2007
Posts:
13
Plugin Contributions:
0

Re: How to change 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

14 Jun 2007, 7:29 AM
#4
wasana avatar

wasana

Zen Follower

Join Date:
Apr 2006
Location:
Chiang Mai
Posts:
203
Plugin Contributions:
0

Re: How to change logo!

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

14 Jun 2007, 8:24 AM
#5
m3suriya avatar

m3suriya

New Zenner

Join Date:
Jun 2007
Posts:
13
Plugin Contributions:
0

Re: How to change logo!

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

14 Jun 2007, 1:26 PM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How to change logo!

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;