Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Remove Header Links & Breadcrumbs From Checkout

    Is there a way to remove the header links and the breadcrumbs trail from the shopping cart -> checkout process set of pages? If so, how? I have the left & right columns removed, and I'd like to remove these things as well.

    Thanks.

  2. #2
    Join Date
    Mar 2010
    Location
    Battle Creek, MI
    Posts
    124
    Plugin Contributions
    0

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    For the breadcrumbs try Admin/Config/Layout Settings/Define Breadcrumb Status and set to zero'0'.

    When you say header links, are you referring to the banners displayed or menu options displayed within the header?

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    You will have to create a TPL set that is specific to the shopping cart page only.

    1. I trust you have a custom template?

    2. Create this folder (in the path shown)...

    includes/templates/CUSTOM/shopping_cart/

    3. Inside that folder, put a COPY of tpl_main_page.php (the original is in the common folder.)

    4. Comment out the bit shown below:

    Code:
    <!-- bof  breadcrumb -->
    <!--<?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
        <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php } ?>-->
    <!-- eof breadcrumb -->
    Save the file.
    20 years a Zencart User

  4. #4
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    Okay thanks, these are the links I'm referring to: http://www.games4gamersonline.com/ze...ader_links.png

    I don't want this gone on every page, just the shopping cart and checkout pages. Thanks.

  5. #5
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    Okay that worked fine for the shopping cart, but once you click checkout, the breadcrumbs are back. I found where the navigation links were and commented those out, but when I go to the shopping cart, the logo and such is gone too, which I don't want it to be.

  6. #6
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    Bump...

  7. #7
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    Quote Originally Posted by schoolboy View Post
    You will have to create a TPL set that is specific to the shopping cart page only.

    1. I trust you have a custom template?

    2. Create this folder (in the path shown)...

    includes/templates/CUSTOM/shopping_cart/

    3. Inside that folder, put a COPY of tpl_main_page.php (the original is in the common folder.)

    4. Comment out the bit shown below:

    Code:
    <!-- bof  breadcrumb -->
    <!--<?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
        <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php } ?>-->
    <!-- eof breadcrumb -->
    Save the file.
    By creating a FOLDER with the same name as a given PAGE NAME, you create an OVERRIDE that is specific to THAT page. The procedure I have given above shows how it is done.

    As you proceed through checkout, look in your browser address bar...

    The page after shopping_cart is checkout_shipping, followed by checkout_payment, followed by checkout_success.

    Create additional folders:-
    checkout_shipping
    checkout_payment
    checkout_success


    And then put COPIES of the TPL file you created earlier into these folders.

    PS: It's rude to bump posts!
    20 years a Zencart User

  8. #8
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    Posted via Mobile Device

  9. #9
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    Thanks...how on earth can it be considered rude to bump a post? I could understand if it was a few minutes after a reply or something, but my bump was 2 or 3 days after the last reply. And on top of that, I indicated I was still having issues with it, so you sound like a total jerk saying I'm not allowed to ask for additional help....that's what this is, a help forum...sheesh.
    Posted via Mobile Device

  10. #10
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Remove Header Links & Breadcrumbs From Checkout

    This was a very active thread, and the jerk you speak of was the one who provided you with the advice you needed.

    Two things:

    It is still (on this forum) considered inappropriate to bump posts - regardless of how long they have been here.

    The jerk who provided you help won't do so again.
    20 years a Zencart User

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 3 Jun 2011, 05:32 AM
  2. Remove some category links from header bar
    By starruby in forum General Questions
    Replies: 34
    Last Post: 5 Apr 2011, 12:22 AM
  3. Remove Breadcrumbs from Login, Shopping Cart and Checkout Pages
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Apr 2009, 07:17 PM

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