Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default delete permanently footer how to do

    I need to delete footer, because I installed flexible footer menu, how can I do that?
    Thanks

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: delete permanently footer how to do

    See the call to tpl_footer found in tpl_main_page.php in your template's "common" folder.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: delete permanently footer how to do

    thanks for reply I try to uncomment the line
    //$footer_template = 'tpl_footer.php';
    but footer still appears...

    Have I do wrong something?
    Thanks

  4. #4
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: delete permanently footer how to do

    Quote Originally Posted by giuly View Post
    thanks for reply I try to uncomment the line
    //$footer_template = 'tpl_footer.php';
    but footer still appears...

    Have I do wrong something?
    Thanks
    In which file was this done? Was it in the template override version? When you say uncomment, don't you mean comment?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: delete permanently footer how to do

    Quote Originally Posted by giuly View Post
    thanks for reply I try to uncomment the line
    //$footer_template = 'tpl_footer.php';
    but footer still appears...

    Have I do wrong something?
    Thanks
    No. This section:
    Code:
    <?php
     /**
      * prepares and displays footer output
      *
      */
      if (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_FOOTER_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == '')) {
        $flag_disable_footer = true;
      }
      require($template->get_template_dir('tpl_footer.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer.php');
    ?>
    But your "flexible footer" add-on should have already given you instructions on how to replace the default footer. Better to follow its instructions.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v138a How to delete the text in the footer?
    By fanisme in forum General Questions
    Replies: 4
    Last Post: 17 Mar 2013, 01:01 PM
  2. how to delete/add links in the footer?
    By musclecomp in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2011, 08:16 PM
  3. footer - how to delete important links section?
    By tparvaiz in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Jul 2011, 09:42 PM
  4. How do I permanently move a product to a different category?
    By lat9 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Oct 2010, 09:01 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