Zen Cart Logo

New link in header.

Locked

Views: 811

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
17 Feb 2010, 10:27 PM
#1
bargincircus avatar

bargincircus

New Zenner

Join Date:
Jan 2010
Location:
NH
Posts:
47
Plugin Contributions:
0

New link in header.

I want to create a new link in front of the Home / Login links.
And change the Home to be My Store, or even just store.
I have been looking for the tpl_header but i couldnt find it.

Also i would like to add a favicon. how can i do that.

17 Feb 2010, 10:34 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: New link in header.

I want to create a new link in front of the Home / Login links.
I have been looking for the tpl_header but i couldnt find it.
It needs to be in your template if changed - if not changed the default copy is at
includes/templates/template_default/common
And change the Home to be My Store, or even just store.
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39
Also i would like to add a favicon. how can i do
that.
You need a grpahic app that can savw a 16X16px image as a .ico file

17 Feb 2010, 10:36 PM
#3
bargincircus avatar

bargincircus

New Zenner

Join Date:
Jan 2010
Location:
NH
Posts:
47
Plugin Contributions:
0

Re: New link in header.

I have a .iso graphic made for my original site.
Do i just put the image in the main folder.

17 Feb 2010, 10:43 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: New link in header.

I have a .iso graphic made for my original site.
If you meant .ico then ok...if it is .iso that won't work easily

Do i just put the image in the main folder.
No...
Name it favicon.ico and place it at the root of your web space
For some this is public_html - - others
htdocs
www

17 Feb 2010, 10:46 PM
#5
bargincircus avatar

bargincircus

New Zenner

Join Date:
Jan 2010
Location:
NH
Posts:
47
Plugin Contributions:
0

Re: New link in header.

Yeah i meant ico.
And i already have it there but it still doesnt show up. my link is
https://www.septictech.com/purchase
the favicon shows up in
https://www.septictech.com

and that develop kit went straight over my head

17 Feb 2010, 11:14 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: New link in header.

Your the favicon shows up for me in your shop

Search for the word home check files returned for a DEFINE for home
It will be like

  define('HEADER_TITLE_CATALOG', 'Home');
  define('HEADER_TITLE_LOGOFF', 'Log Out');
  define('HEADER_TITLE_LOGIN', 'Log In');

Change only what is between the single quotes leavw them intact or you will break things

Try the tool but this is in /includes/languages/english/header.php file
Mack a copy for yor template override
DO NOT EDIT the core file