Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Location
    Winter Park, FL
    Posts
    19
    Plugin Contributions
    0

    Default Remove FedEx Service Mark Notice?

    The person who set up our cart left that at the bottom of our page. I'm guessing it's on the template somewhere, but I have no idea where to look.

    TIA for any help!
    Jim Thomas www.tropicalsoul.com; Zen Cart v. 1.3.8a; Linux; PHP Version: 5.2.17; Database: MySQL 5

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Remove FedEx Service Mark Notice?

    Easiest way would be to use Admin - Tools - Developers Tool Kit to search for 'fedex service' to see what file contains that text.

  3. #3
    Join Date
    Apr 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Remove FedEx Service Mark Notice?

    If they followed the readme, it's in includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

    from README for 1.3 x.txt
    Code:
    SETUP INSTRUCTIONS:
    ===================
    1. In includes/templates/YOUR_TEMPLATE/tpl_footer.php:
       replace:
       
       <!--bof- site copyright display -->
    	 <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    	 <!--eof- site copyright display -->
    	 
    	 with:
    	 
    	 <!--bof- site copyright display -->
    	 <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?>
       <?php if ($_GET['main_page'] == 'checkout_shipping' || $_GET['main_page'] == 'checkout') { ?>
    	  <br />
    	  <center>FedEx service marks used by permission.</center>
       <?php } ?>
       </div>
       <!--eof- site copyright display -->

 

 

Similar Threads

  1. ShipRush FedEx Service & Weight Translation
    By bi11i in forum Addon Shipping Modules
    Replies: 2
    Last Post: 30 Oct 2013, 12:13 AM
  2. Remove Welcome notice
    By kayfore in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jan 2012, 06:54 AM
  3. Remove "Policy Notice" from Footer
    By fortun3 in forum General Questions
    Replies: 13
    Last Post: 3 Jan 2011, 04:19 PM
  4. Remove links from footer, move copyright notice
    By nenemaria in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Jul 2007, 02:28 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