ChilliWillee Posted March 5, 2015 Posted March 5, 2015 I am trying to configure my 2.3.4 installation. My store is in a sub-directory but the URL for the "Top" breadcrumb takes the user back to the root rather than to the store folder. Can this URL be changed to direct to the folder?
♥toyicebear Posted March 5, 2015 Posted March 5, 2015 Simplest way, in includes/applications_top.php find $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); and change to //$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); You will then have removed the "top" part of the breadcrumb which leaves "Catalog" that links to the shops frontpage as the first one. Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
volume1 Posted September 29, 2015 Posted September 29, 2015 If I want my "TOP" to go somewhere else, is this where to change it too? My "TOP" going to www.mydomain.com and "Catalog" going to www.mystore.com Should it be like this: $breadcrumb->add(HEADER_TITLE_TOP, WWW.MYDOMAIN.COM); $breadcrumb->add(HEADER_TITLE_CATALOG, HTTP_SERVER);
♥John W Posted September 29, 2015 Posted September 29, 2015 You need to have the full address including http. Like below $breadcrumb->add(HEADER_TITLE_TOP, 'http://www.google.com/'); and you can define HEADER_TITLE_TOP in your "english.php". I'm not really a dog.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.