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
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Remove options from Information Footer

    What TEMPLATE are you using?
    20 years a Zencart User

  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
    Cumbria, UK
    Posts
    10,263
    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*/ 
    20 years a Zencart User

  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
    Cumbria, UK
    Posts
    10,263
    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.
    20 years a Zencart User

  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. Remove Newsletter from Information in Footer
    By iceni11 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 10
    Last Post: 9 Nov 2012, 05:47 AM
  2. Remove l> from footer Apple Zen
    By colnixon in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 May 2011, 05:05 PM
  3. How to remove :: from footer?
    By sharontan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Nov 2010, 11:40 AM
  4. 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR