Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2011
    Posts
    46
    Plugin Contributions
    0

    Default Remove options from Information Footer

    I am trying to remove " Discount Coupons" and "Gift Certificate FAQ" from the footer Information Menu

    Everything I read says to do the following:

    Admin - Configuration - Define Pages Status for Discount Coupon. Admin - Modules - Order Total for Gift Certificate FAQ.

    I have done both of these and it has not changed anything, the two links are still there

    any help would be greatly appreciated

  2. #2
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,927
    Plugin Contributions
    3

    Default Re: Remove options from Information Footer

    What TEMPLATE are you using?
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  3. #3
    Join Date
    Nov 2011
    Posts
    46
    Plugin Contributions
    0

    Default Re: Remove options from Information Footer

    andover_modern

    I would like to just be able to turn them off for future use, but if I have to comment them out I will

  4. #4
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,927
    Plugin Contributions
    3

    Default Re: Remove options from Information Footer

    /includes/languages/english/extra_definitions/andover_modern/footer_menu_defines.php

    Try commenting out those two options:
    ORIGINAL:-
    PHP Code:
    /*OF Menu Column 2 link Definitions*/
    Define('TITLE_TWO''<li class="menuTitle">Information</li>');
    Define('ABOUT''<li><a href="' zen_href_link(FILENAME_ABOUT_US) . '">' BOX_INFORMATION_ABOUT_US '</a></li>');
    Define('SITEMAP''<li><a href="' zen_href_link(FILENAME_SITE_MAP) . '">' BOX_INFORMATION_SITE_MAP '</a></li>');
    Define('GVFAQ''<li><a href="' zen_href_link(FILENAME_GV_FAQ) . '">' BOX_INFORMATION_GV '</a></li>');
    Define('COUPON''<li><a href="' zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' .  BOX_INFORMATION_DISCOUNT_COUPONS '</a></li>');
    Define('UNSUBSCRIBE''<li><a href="' zen_href_link(FILENAME_UNSUBSCRIBE) . '">' BOX_INFORMATION_UNSUBSCRIBE '</a></li>');
    /*EOF Menu Column 2 link Definitions*/ 
    EDITED:-
    PHP Code:
    /*OF Menu Column 2 link Definitions*/
    Define('TITLE_TWO''<li class="menuTitle">Information</li>');
    Define('ABOUT''<li><a href="' zen_href_link(FILENAME_ABOUT_US) . '">' BOX_INFORMATION_ABOUT_US '</a></li>');
    Define('SITEMAP''<li><a href="' zen_href_link(FILENAME_SITE_MAP) . '">' BOX_INFORMATION_SITE_MAP '</a></li>');
    Define('GVFAQ''<!--<li><a href="' zen_href_link(FILENAME_GV_FAQ) . '">' BOX_INFORMATION_GV '</a></li>-->');
    Define('COUPON''<!--<li><a href="' zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' .  BOX_INFORMATION_DISCOUNT_COUPONS '</a></li>-->');
    Define('UNSUBSCRIBE''<li><a href="' zen_href_link(FILENAME_UNSUBSCRIBE) . '">' BOX_INFORMATION_UNSUBSCRIBE '</a></li>');
    /*EOF Menu Column 2 link Definitions*/ 
    SECOND OPTION (May not work, because constant may be referenced in a TPL file somewhere):-
    PHP Code:
    /*OF Menu Column 2 link Definitions*/
    Define('TITLE_TWO''<li class="menuTitle">Information</li>');
    Define('ABOUT''<li><a href="' zen_href_link(FILENAME_ABOUT_US) . '">' BOX_INFORMATION_ABOUT_US '</a></li>');
    Define('SITEMAP''<li><a href="' zen_href_link(FILENAME_SITE_MAP) . '">' BOX_INFORMATION_SITE_MAP '</a></li>');
    //Define('GVFAQ', '<li><a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</a></li>');
    //Define('COUPON', '<li><a href="' . zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' .  BOX_INFORMATION_DISCOUNT_COUPONS . '</a></li>');
    Define('UNSUBSCRIBE''<li><a href="' zen_href_link(FILENAME_UNSUBSCRIBE) . '">' BOX_INFORMATION_UNSUBSCRIBE '</a></li>');
    /*EOF Menu Column 2 link Definitions*/ 
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  5. #5
    Join Date
    Nov 2011
    Posts
    46
    Plugin Contributions
    0

    Default Re: Remove options from Information Footer

    Excellent that worked, and I can add different links to fill it up.

    Any idea as to why it doesn't work turning them off in Admin?

  6. #6
    Join Date
    Nov 2011
    Posts
    46
    Plugin Contributions
    0

    Default Re: Remove options from Information Footer

    and thank you for the help, I would have spent a while looking for the place to do that.

  7. #7
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,927
    Plugin Contributions
    3

    Default Re: Remove options from Information Footer

    Quote Originally Posted by mike_m29 View Post
    Any idea as to why it doesn't work turning them off in Admin?
    This footer uses customised CODE-ONLY calls to bring in those options. It does not have corresponding database "switches" that are evident in the CORE system.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  8. #8
    Join Date
    Jun 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Remove options from Information Footer

    I am using aBagon and am having the same problem. I am new to zencart and have no coding experience. Help please!

  9. #9
    Join Date
    Jun 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Remove options from Information Footer

    Not sure how to edit my last post. Im ok with the coupon info but I just want to remove the giftcard stuff. I already removed the module and it left my sidebar.

 

 

Similar Threads

  1. INFORMATION Box in the FOOTER
    By Bloob in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Jun 2011, 05:25 PM
  2. Information in footer - need help
    By joeyrocket in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jan 2011, 02:27 AM
  3. Moving the information box to the footer?
    By jelly46 in forum General Questions
    Replies: 7
    Last Post: 26 Apr 2010, 01:30 PM
  4. My footer information is all to the left
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Mar 2008, 01:58 AM
  5. Remove Information Sidebox & put links in Footer?
    By mommydesigns in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 15 Jun 2007, 07:16 AM

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
  •