Results 1 to 4 of 4
  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Removing the Back Button

    I'd like to remove the Back button from my Page 2. I believe it would be somewhere in here:

    includes/templates/template_default/templates>tpl_page_2_default.php

    Probably this row:

    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>

    </div>

    I don't know how to change it to remove the button.

    This is NOT in my overrides folder. Is that correct?

    http://designerperfumesnob.authsafe.com/page_2.html

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing the Back Button

    This is NOT in my overrides folder. Is that correct?
    Lets see - You have over 300 posts
    About time you read the tutorials

    http://www.zen-cart.com/content.php?...verride-system
    http://www.zen-cart.com/content.php?...late-overrides
    http://www.zen-cart.com/content.php?...mplate_default
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,889
    Plugin Contributions
    96

    Default Re: Removing the Back Button

    Quote Originally Posted by traytray View Post
    I'd like to remove the Back button from my Page 2. I believe it would be somewhere in here:

    includes/templates/template_default/templates>tpl_page_2_default.php

    Probably this row:

    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>

    </div>

    I don't know how to change it to remove the button.

    This is NOT in my overrides folder. Is that correct?

    http://designerperfumesnob.authsafe.com/page_2.html
    You don't need to change any PHP code to 'hide' the button. Just create the file /includes/templates/piccadilly_posh/css/page_2.css that contains
    Code:
    .buttonRow { display: none; }
    That will cause the button to "not display" for the page_2 page only.

  4. #4
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Removing the Back Button

    thank you lat9, that was easy and perfect!

 

 

Similar Threads

  1. Removing the back button
    By ryanwithanr in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Mar 2011, 02:31 PM
  2. How can I "flip" layout of Back to Shopping button with the Shipping Estimator button
    By MarleneF in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 May 2010, 09:38 PM
  3. Removing or moving back button
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Apr 2010, 04:35 PM
  4. The Back Button
    By ginginca in forum General Questions
    Replies: 3
    Last Post: 5 Dec 2006, 03:56 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