osCmax v2.5 User Manual
Results 1 to 3 of 3

Change URL in Breadcrumb Trail

This is a discussion on Change URL in Breadcrumb Trail within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I've tried this but haven't been able to get it quite right. I want to change the Catalog link right ...

      
  1. #1
    Member
    Join Date
    May 2008
    Posts
    88
    Rep Power
    5


    Default Change URL in Breadcrumb Trail

    I've tried this but haven't been able to get it quite right. I want to change the Catalog link right after the Top link. I want it to be as follows:

    Top >> Catalog
    http://www.mydomain.com >> http://www.mydomain.com/catalog/

    Currently it is:
    Top >> Catalog
    http://www.mydomain.com >> http://www.mydomain.com/catalog/index.php

    I have tried to edit FILENAME_DEFAULT which does not seem to work. Do I just need to use modrewrite? Any tips on how I can do this? It would be greatly appreciated.
    Last edited by Marotta1; 07-20-2008 at 10:25 AM. Reason: added more information

  2. #2
    Member
    Join Date
    Jul 2006
    Posts
    67
    Rep Power
    0


    Default Re: Change URL in Breadcrumb Trail

    Maybe you might want to try the integration of this contribution: osCommerce: Seach Engine Friendly URL.

    Let us know how it goes.

  3. #3
    Member
    Join Date
    May 2008
    Posts
    88
    Rep Power
    5


    Default Re: Change URL in Breadcrumb Trail

    For anyone who wants to do this. Just do the following. Go to catalog/includes/application_top.php. Change the following around line 620.

    Code:
    $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));
    Change to:
    Code:
      $breadcrumb->add(HEADER_TITLE_CATALOG, DIR_WS_CATALOG);
    or

    Code:
    $breadcrumb->add(HEADER_TITLE_CATALOG, (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG);

Similar Threads

  1. Little Mod for the breadcrumb trail
    By Gizmor in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 04-12-2008, 11:03 AM
  2. Variables contained in Breadcrumb Trail
    By carab in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 10-17-2004, 11:46 AM
  3. Edit Breadcrumb Trail
    By a_sap in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-11-2004, 07:57 AM
  4. editing breadcrumb trail
    By pedrump in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 05-12-2004, 09:40 AM
  5. change breadcrumb trail text colour
    By Korsh in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-17-2003, 09:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •