fasiso Posted December 14, 2004 Posted December 14, 2004 Hi all? How can I change this link in oscommerce header under the logo Top ? Catalog Thank you very much
portalplanet Posted December 14, 2004 Posted December 14, 2004 You need to look in catalog/includes/header.php I believe. Justin
Vacuity Posted December 14, 2004 Posted December 14, 2004 In 2.2CVS Open up ./includes/languages/<language>.php ie for English ./includes/languages/english.php On about line 55 you can change them in the defines similar to these (Home was top, store was catalog): define('HEADER_TITLE_TOP', 'Home'); define('HEADER_TITLE_CATALOG', 'Store'); You can also define your store name (for browser title) here too ;) (that's up a bit ) > define('TITLE', 'My Store'); Hope this helps :D
fasiso Posted December 14, 2004 Author Posted December 14, 2004 Thanks but I want to change the link (catalog link, top link) not the titles.
Vacuity Posted December 14, 2004 Posted December 14, 2004 Thanks but I want to change the link (catalog link, top link) not the titles. <{POST_SNAPBACK}> Oops, sorry mate. Ok the catalog link is defined in filenames.php ./includes/filenames.php define('FILENAME_DEFAULT', 'index.php'); The breadcrumb trail is defined in application_top.php On about line 460 you should see something similar to this: // include the breadcrumb class and start the breadcrumb trail ?require(DIR_WS_CLASSES . 'breadcrumb.php'); ?$breadcrumb = new breadcrumb; ?$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); ?$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Just change HTTP_SERVER to your required page (for the top link), this can be done manually here or these (HTTP_SERVER and HTTPS_SERVER) can be changed in your configure.php Hope it helps this time :D
peteravu Posted December 15, 2004 Posted December 15, 2004 Oops, sorry mate. Ok the catalog link is defined in filenames.php./includes/filenames.php define('FILENAME_DEFAULT', 'index.php'); The breadcrumb trail is defined in application_top.php On about line 460 you should see something similar to this: // include the breadcrumb class and start the breadcrumb trail ?require(DIR_WS_CLASSES . 'breadcrumb.php'); ?$breadcrumb = new breadcrumb; ?$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); ?$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Just change HTTP_SERVER to your required page (for the top link), this can be done manually here or these (HTTP_SERVER and HTTPS_SERVER) can be changed in your configure.php Hope it helps this time :D <{POST_SNAPBACK}> Vacuity Thanks just what I was thing about to find! Thanks to all that contributed to separate_price_per_customers_4.2.2_for_2.3.1, Add Multiple Products with plus/minus buttons, One Page Checkout for 2.3.1, Multi Attribute V2, Login Box Club osCommerce Shipping Date Chooser for 2.3.1, Quickly Update Product Stock 3.8.5 Español and order number in email subject Forum, Thanks Designing New Themes the Easy Way, how-to-set-backgrounds. my contributions Add Multiple Product In Product Listing 2.3.1 v.1.0 and Multiple Attribute entry boxes in product info page v1.0 for 2.3.1
Recommended Posts
Archived
This topic is now archived and is closed to further replies.