Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    application error Changing Bread Crumb to point back to index of the main site

    I need to edit the bread crumb home to point the main wesite I have read and looked I know most people dont want users to leave the cart But the boss is really pushing for it

  2. #2
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: Changing Bread Crumb to point back to index of the main site

    includes>templates>your template>common>tpl_header

    find this:
    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?>

    and change to this

    <a href="http://www.mysite.com"><?php echo HEADER_TITLE_CATALOG; ?></a>

    be warned that if you have a ssl it will break your secure link and your shoppers will get warnings that there is an unsecure page.

  3. #3
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Changing Bread Crumb to point back to index of the main site

    Thank you that did the trick

 

 

Similar Threads

  1. bread crumb positioning
    By signify in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Feb 2011, 02:31 PM
  2. Using bread crumb problem
    By mcpisik in forum General Questions
    Replies: 7
    Last Post: 2 Sep 2010, 07:50 PM
  3. How to get the header search bar into the nav bread crumb?
    By Mister-Norway in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Aug 2008, 01:59 PM
  4. bread crumb question
    By andy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Feb 2007, 12:27 AM

Posting Permissions

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