Zen Cart Logo
Forums / General Questions / Home_page_title and meta tags problem

Home_page_title and meta tags problem

Locked

Views: 921

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Dec 2009, 6:03 PM
#1
shiftypow avatar

shiftypow

Zen Follower

Join Date:
Jan 2006
Posts:
120
Plugin Contributions:
0

Home_page_title and meta tags problem

Hi , I have just updated from 1.3.7 to 1.3.8, everything works fine except the main page title and the meta tags when i look at the source code. the website link w w w . a s h c y c l e s . c o m / s h o p / i n d e x . p h p . I have the sophy blue template installed once again as this is what i had previously installed on my 1.3.7 version. I have looked at

/www/shop/includes/languages/english/sophyblue/ metatags.php

:

<?php /** * @package languageDefines * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: meta_tags.php 2555 2005-12-13 05:37:01Z drbyte $ */ // page title define('TITLE', 'www.ashcycles.com'); // Site Tagline define('SITE_TAGLINE', 'Mailorder bikes from ashcycles'); // Custom Keywords define('CUSTOM_KEYWORDS', 'Bikes, Cycles, Bicycles, Mountain Bikes,BMX Bikes Road Bikes, Kona Bikes, Mountain, Bikes, Giant Bikes, BMX Bikes, Shimano Gears, Mavic Wheels, Kona stinky, Crocs'); // Review Page can have a lead in: define('META_TAGS_REVIEW', 'Reviews: '); // separators for meta tag definitions // Define Primary Section Output define('PRIMARY_SECTION', ' : '); // Define Secondary Section Output define('SECONDARY_SECTION', ' - '); // Define Tertiary Section Output define('TERTIARY_SECTION', ', '); // Define which pages to tell robots/spiders not to index // This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched. define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe'); // favicon setting // There is usually NO need to enable this unless you wish to specify a path and/or a different filename // define('FAVICON','favicon.ico'); ?>

AND

/www/shop/includes/languages/english

<?php /** * @package languageDefines * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: meta_tags.php 2555 2005-12-13 05:37:01Z drbyte $ */ // page title define('TITLE', 'www.ashcycles.com'); // Site Tagline define('SITE_TAGLINE', 'Mailorder bikes from ashcycles'); // Custom Keywords define('CUSTOM_KEYWORDS', 'Bikes, Cycles, Bicycles, Mountain Bikes,BMX Bikes Road Bikes, Kona Bikes, Mountain, Bikes, Giant Bikes, BMX Bikes, Shimano Gears, Mavic Wheels, Kona stinky, Crocs'); // Review Page can have a lead in: define('META_TAGS_REVIEW', 'Reviews: '); // separators for meta tag definitions // Define Primary Section Output define('PRIMARY_SECTION', ' : '); // Define Secondary Section Output define('SECONDARY_SECTION', ' - '); // Define Tertiary Section Output define('TERTIARY_SECTION', ', '); // Define which pages to tell robots/spiders not to index // This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched. define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe'); // favicon setting // There is usually NO need to enable this unless you wish to specify a path and/or a different filename // define('FAVICON','favicon.ico'); ?>

I am really sorry for asking this as i have seen on other parts of the forum answers to this HOME_PAGE_TAGLINE but i am so confused, everyhting else works perfectley. Thanks in advance for any help received. :)

27 Dec 2009, 6:11 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: Home_page_title and meta tags problem

You've not merged the new defines from the new version of /includes/languages/english/meta_tags.php with your customized version of the file.
You have to do that with ALL your override files if you want the benefits of the new features/fixes in the new version when upgrading.