Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Sep 2011
    Posts
    81
    Plugin Contributions
    0

    Default removal of twitter and gc faq

    sorry in advance
    yes i know it's been covered - somewhere? please can someone either tell me or post a link.
    i'm trying to remove the twitter link from the footer
    also i'm trying to remove the gift certificates and discount coupons
    i will not be using any of these

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: removal of twitter and gc faq

    Quote Originally Posted by rabbitnutrition View Post
    also i'm trying to remove the gift certificates and discount coupons
    i will not be using any of these
    Try this:
    admin panel/ modules/ order totals

  3. #3
    Join Date
    Sep 2011
    Posts
    81
    Plugin Contributions
    0

    Default Re: removal of twitter and gc faq

    i've been there but the only option i'm getting for ot_coupon and ot_gv is install

  4. #4
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: removal of twitter and gc faq

    Are you talking about links in your footer? If so, you would edit the includes/templates/your_template/common/tpl_footer.php file.

  5. #5
    Join Date
    Sep 2011
    Posts
    81
    Plugin Contributions
    0

    Default Re: removal of twitter and gc faq

    yes sorry i do mean the footer
    what do i edit them as?

  6. #6
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: removal of twitter and gc faq

    If you want them to go away, you could either delete the code from the file or comment them out.

  7. #7
    Join Date
    Sep 2011
    Posts
    81
    Plugin Contributions
    0

    Default Re: removal of twitter and gc faq

    ok so this is where i'm at

    <?php
    /**
    * Common Template - tpl_footer.php
    *
    * this file can be copied to /templates/your_template_dir/pagename<br />
    * example: to override the privacy page<br />
    * make a directory /templates/my_template/privacy<br />
    * copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php<br />
    * to override the global settings and turn off the footer un-comment the following line:<br />
    * <br />
    * $flag_disable_footer = true;<br />
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_footer.php 4821 2006-10-23 10:54:15Z drbyte $
    */
    require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
    ?>

    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>

    <div id="footer">

    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <!--BOF footer menu display-->
    <?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
    <!--EOF footer menu display-->
    </div>
    <!--eof-navigation display -->
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
    </div>

    <!--bof-ip address display -->
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
    <?php
    }
    ?>
    <!--eof-ip address display -->

    <!--bof-banner #5 display -->
    <?php
    if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
    }
    }
    ?>
    <!--eof-banner #5 display -->

    <?php
    } // flag_disable_footer


    what in there am i meant to be deleting?

  8. #8
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: removal of twitter and gc faq

    Not seeing the actual site it's harder to advise.

    Anyhow I believe your links are displayed as ezpages, try in admin/tools/zpages

  9. #9
    Join Date
    Sep 2011
    Posts
    81
    Plugin Contributions
    0

    Default Re: removal of twitter and gc faq

    nope it's not in there
    anyway, i've managed to delete the twitter link
    still struggling to get rid of the gift certificate faq and discount coupons.
    here is a link to the site
    http://www.rabbitnutrition.co.uk/shop/

    please excuse the amateur-ness it's not that far off completion

  10. #10
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: removal of twitter and gc faq

    The file to edit
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. facebook and twitter buttons
    By alfonso99 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jul 2011, 02:23 PM
  2. facebook and twitter removal - picaflor template
    By printmydesign in forum Addon Templates
    Replies: 5
    Last Post: 6 Apr 2011, 05:54 PM
  3. facebook and twitter
    By deemurphy in forum General Questions
    Replies: 2
    Last Post: 9 Apr 2010, 09:20 PM
  4. FaceBook and Twitter Images
    By deemurphy in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 7 Apr 2010, 12:10 AM

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