Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Footer Not Showing Issue

    Hi everyone, I hope you can forgive my noobness, but I'm a firm believer in searching and testing things before ever starting a post... this one just has me a bit stumped

    Same template on two sites, one as a test and the other as my working sites so we have two points of reference. The test site also is brand new out of the box zen cart -- template works perfect.

    On my working site, which I've used different templates on in the past, including the free footer 4 column add on, I can't get it to work.

    I want the footer on www.ShopCamaro.net to work on www.ThrowdownPerformance.com

    Any way to see what the issue is? The template files are all under:

    includes\languages\english\html_includes\premium7a

    includes\templates\premium7a

    so I don't think anything that the template files are bad because they are all under their own directory. Any ideas on how to dig this up?

    If not, is there a way to re-install the main files for zen-cart but save all of my products and admin data (sales, etc).

    Thanks in advance... this one has me stumped.

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

    Default Re: Footer Not Showing Issue

    I would compare the template files again. On the site where the footer doesn't work, you have FOOTER_TEXT_BODY. That suggests one or more of the define files is missing or corrupted. (That's defined in english.php.)

    https://www.zen-cart.com/tutorials/index.php?article=95

  3. #3
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: Footer Not Showing Issue

    Thanks --- I truly do appreciate your help. I was able to clear that issue, but still do not have the footer showing. It actually defaults to take the site to the Reedem Gift Certificate tab. Any ideas?

  4. #4
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: Footer Not Showing Issue

    Any ideas on this one? Really hoping to make it go away but it's got me stumped.

    www.ThrowdownPerformance.com still has the redeem gift certificate heading and posted on other places on the main page. Really want it to go away but not sure what is driving it. I tried searching using developers tool kit, but with no luck

    Thanks in advance!

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

    Default Re: Footer Not Showing Issue

    I'm surprised it didn't show up in the DTK.

    The source says that's the indexDefaultHeading, which is defined in includes/languages/english/index.php as HEADING_TITLE.

  6. #6
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: Footer Not Showing Issue

    Thanks - but heading title just has 'Available Products' --- so I don't think that's right?

    For the life of my I cannot think of what would have changed to have the home page have "Redeem Gift Certificate"

    if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {
    // This section deals with product-listing page contents
    define('HEADING_TITLE', 'Available Products');
    define('TABLE_HEADING_IMAGE', 'Product Image');
    define('TABLE_HEADING_MODEL', 'Model');
    define('TABLE_HEADING_PRODUCTS', 'Product Name');
    define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
    define('TABLE_HEADING_QUANTITY', 'Quantity');
    define('TABLE_HEADING_PRICE', 'Price');
    define('TABLE_HEADING_WEIGHT', 'Weight');
    define('TABLE_HEADING_BUY_NOW', 'Buy Now');
    define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
    define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
    define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
    define('TEXT_SHOW', 'Filter Results by:');
    define('TEXT_BUY', 'Buy 1 \'');
    define('TEXT_NOW', '\' now');
    define('TEXT_ALL_CATEGORIES', 'All Categories');
    define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
    } elseif ($category_depth == 'top') {
    // This section deals with the "home" page at the top level with no options/products selected
    /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    } elseif ($category_depth == 'nested') {
    // This section deals with displaying a subcategory
    /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    }
    ?>

  7. #7
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: Footer Not Showing Issue

    And could it have anything to do with the includes/languages/english.php file?

    define('BOX_INFORMATION_DISCOUNT_COUPONS', 'Discount Coupons');
    define('BOX_INFORMATION_GV', TEXT_GV_NAME . ' FAQ');
    define('VOUCHER_BALANCE', TEXT_GV_NAME . ' Balance ');
    define('BOX_HEADING_GIFT_VOUCHER', TEXT_GV_NAME . ' Account');
    define('GV_FAQ', TEXT_GV_NAME . ' FAQ');
    define('ERROR_REDEEMED_AMOUNT', 'Congratulations, you have redeemed ');
    define('ERROR_NO_REDEEM_CODE', 'You did not enter a ' . TEXT_GV_REDEEM . '.');
    define('ERROR_NO_INVALID_REDEEM_GV', 'Invalid ' . TEXT_GV_NAME . ' ' . TEXT_GV_REDEEM);
    define('TABLE_HEADING_CREDIT', 'Credits Available');
    define('GV_HAS_VOUCHERA', 'You have funds in your ' . TEXT_GV_NAME . ' Account. If you want <br />
    you can send those funds by <a class="pageResults" href="');

    define('GV_HAS_VOUCHERB', '"><strong>email</strong></a> to someone');
    define('ENTRY_AMOUNT_CHECK_ERROR', 'You do not have enough funds to send this amount.');
    define('BOX_SEND_TO_FRIEND', 'Send ' . TEXT_GV_NAME . ' ');

    define('VOUCHER_REDEEMED', TEXT_GV_NAME . ' Redeemed');
    define('CART_COUPON', 'Coupon :');
    define('CART_COUPON_INFO', 'more info');
    define('TEXT_SEND_OR_SPEND','You have a balance available in your ' . TEXT_GV_NAME . ' account. You may spend it or send it to someone else. To send click the button below.');
    define('TEXT_BALANCE_IS', 'Your ' . TEXT_GV_NAME . ' balance is: ');
    define('TEXT_AVAILABLE_BALANCE', 'Your ' . TEXT_GV_NAME . ' Account');

    // payment method is GV/Discount
    define('PAYMENT_METHOD_GV', 'Gift Certificate/Coupon');
    define('PAYMENT_MODULE_GV', 'GV/DC');

    define('TABLE_HEADING_CREDIT_PAYMENT', 'Credits Available');

    define('TEXT_INVALID_REDEEM_COUPON', 'Invalid Coupon Code');
    define('TEXT_INVALID_REDEEM_COUPON_MINIMUM', 'You must spend at least %s to redeem this coupon');
    define('TEXT_INVALID_STARTDATE_COUPON', 'This coupon is not available yet');
    define('TEXT_INVALID_FINISHDATE_COUPON', 'This coupon has expired');
    define('TEXT_INVALID_USES_COUPON', 'This coupon could only be used ');
    define('TIMES', ' times.');
    define('TIME', ' time.');
    define('TEXT_INVALID_USES_USER_COUPON', 'You have used coupon code: %s the maximum number of times allowed per customer. ');
    define('REDEEMED_COUPON', 'a coupon worth ');
    define('REDEEMED_MIN_ORDER', 'on orders over ');
    define('REDEEMED_RESTRICTIONS', ' [Product-Category restrictions apply]');
    define('TEXT_ERROR', 'An error has occurred');
    define('TEXT_INVALID_COUPON_PRODUCT', 'This coupon code is not valid for any product currently in your cart.');
    define('TEXT_VALID_COUPON', 'Congratulations you have redeemed the Discount Coupon');
    define('TEXT_REMOVE_REDEEM_COUPON_ZONE', 'The coupon code you entered is not valid for the address you have selected.');

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

    Default Re: Footer Not Showing Issue

    Did you look in includes/languages/english/premium7a/index.php ?

    You also have that in your page title.

  9. #9
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: Footer Not Showing Issue

    Quote Originally Posted by stevesh View Post
    Did you look in includes/languages/english/premium7a/index.php ?

    You also have that in your page title.
    I was poking around in there, but doesn't look to be an index.php file in there.

    There is a gv_redeem.php tho...

 

 

Similar Threads

  1. Footer not showing
    By musicalwholesale in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 16 Oct 2011, 01:42 AM
  2. Footer Not Showing
    By blackwolf in forum General Questions
    Replies: 0
    Last Post: 11 Nov 2009, 02:26 PM
  3. Footer Not Showing
    By bgroup99 in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 21 Jan 2009, 07:17 AM
  4. Footer not showing
    By musicalwholesale in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Aug 2008, 04:12 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