Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default the footer needs to be removed..

    Hello,

    I need to remove the footer from my Zencart, could it be done through the ADMIN functions? or do I need to get to the code and comment out the footer?

    -awk

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,534
    Plugin Contributions
    88

    Default Re: the footer needs to be removed..

    It can't be done through the admin, but it can be done by a simple template-override. Create the file /includes/templates/YOUR_TEMPLATE/common/tpl_footer.php (where YOUR_TEMPLATE is the name of your store's custom template) and set it to contain:
    Code:
    <?php // No footer code

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: the footer needs to be removed..

    Another method:
    PHP Code:
    $flag_disable_footer true
    Put this near the top of /includes/templates/your_template/common/tpl_main_page.php, in a PHP code block.
    Last edited by gjh42; 8 Dec 2013 at 11:30 PM.

  4. #4
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: the footer needs to be removed..

    Quote Originally Posted by gjh42 View Post
    Another method:
    PHP Code:
    $flag_disable_footer true
    Put this near the top of /includes/templates/your_template/common/tpl_main_page.php, in a PHP code block.
    And that would be the preferred solution!

 

 

Similar Threads

  1. Extra search box needs removed
    By dad2stay in forum General Questions
    Replies: 1
    Last Post: 17 Dec 2012, 10:16 PM
  2. Removed Products are not Removed but Hidden
    By maxmillion02 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 13 Feb 2011, 07:30 PM
  3. How/ Where do I removed the Default text on the Homepage?
    By autodefrost in forum General Questions
    Replies: 1
    Last Post: 25 Oct 2010, 06:36 PM
  4. restricted coupon not removed when allowable product removed
    By lexxymark in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 11 Aug 2010, 10:22 AM
  5. Menu in footer needs repair?
    By rdcast in forum General Questions
    Replies: 56
    Last Post: 10 Mar 2010, 11:18 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR