Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2011
    Posts
    20
    Plugin Contributions
    0

    Default Fedex Shipping Module Problem

    I was adding the Fedex shipping module and did everything exactly like it said in the instructions but for some reason now I went go click on check-out, it gives me an error and a blank page.


    tpl_footer.php
    PHP script text
    <?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-2010 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 15511 2010-02-18 07:19:44Z drbyte $
    */
    require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
    ?>

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

    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php } ?>
    </ul>
    </div>
    </div>
    <!--eof-navigation display -->

    <!--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 -->

    <!--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 -->


    <?php
    } // flag_disable_footer
    ?>

    The part in bold is the one I replaced like it said in the instructions. What did I do wrong?

  2. #2
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

    Default Re: Fedex Shipping Module Problem

    Are you using a purchased template?

 

 

Similar Threads

  1. Fedex Shipping Module problem
    By kagen in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 11 Mar 2009, 01:38 AM
  2. fedex shipping module
    By feolindo in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 3 Sep 2008, 06:57 AM
  3. Problem with FedEx Module
    By ICAManufacturing in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 10 Jun 2008, 05:27 PM
  4. FedEx module causing image problem
    By ross357 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 20 Apr 2007, 02:37 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