Zen Cart Logo

Meta tag`s and

Locked

Views: 915

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
4 Sep 2006, 7:53 AM
#1
haavard avatar

haavard

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Meta tag`s and

Hi.. Just wondered how to change <meta name="description"> on my ZenCart?
I also can’t find out how to remove some of the links in menu "informationContent"

Could anyone please help?

Thanks in advance. :lookaroun

4 Sep 2006, 2:06 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Meta tag`s and

You have been fairly general in your post...so the answer will also have to be general.

Meta tag information in the recent versions in in /includes/language/english/meta_tags.php

In your admin > tools > developers toolkit > you can search for text strings. i.e. the information box has a 'contact us' listing... search for that and the instances will be displayed with the files path & name. Open the file using your editor and adjust as desired. If you want to remove a listing, remove the text between the single quotes, just insure that you leave the single quotes. save and transfer to your override folder.

Most of the descriptions that are in the information sideboxes are in the /includes/languages/english.php file.

6 Sep 2006, 7:12 AM
#3
haavard avatar

haavard

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Re: Meta tag`s and

kobra:

You have been fairly general in your post...so the answer will also have to be general.

Meta tag information in the recent versions in in /includes/language/english/meta_tags.php

In your admin > tools > developers toolkit > you can search for text strings. i.e. the information box has a 'contact us' listing... search for that and the instances will be displayed with the files path & name. Open the file using your editor and adjust as desired. If you want to remove a listing, remove the text between the single quotes, just insure that you leave the single quotes. save and transfer to your override folder.

Most of the descriptions that are in the information sideboxes are in the /includes/languages/english.php file.

How about sort order for the information box?
The entries with removed text is of course still listed, but how do I move them below those I still want visible?

6 Sep 2006, 7:58 AM
#4
kobra avatar

kobra

Black Belt

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

Re: Meta tag`s and

I never actually looked at this...are they ordered by the way hey are listed in the define order? or in alpha order??

6 Sep 2006, 1:13 PM
#5
haavard avatar

haavard

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Re: Meta tag`s and

kobra:

I never actually looked at this...are they ordered by the way hey are listed in the define order? or in alpha order??

Seems like they ar listet in define order. Firefox displays only listed objects defined with text, but IE display`s all inclusive those without text...

http://groseth-sport.no
(norwegian site..)

6 Sep 2006, 1:44 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Meta tag`s and

You can enable/disable links in the information sidebox via Admin->Configuration->Define Pages Settings