Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2007
    Posts
    95
    Plugin Contributions
    0

    Default Shipping not working getting TEXT_NO_SHIPPING_AVAILABLE

    Hi i have just installed the latest version of zencart and am having trouble with the shipping.

    I have installed zencart lots of times and never had this problem.

    the problem is no matter what shipping i set up in admin when i go to a product page and click estimate shipping cost it displays

    TEXT_NO_SHIPPING_AVAILABLE
    TEXT_NO_SHIPPING_AVAILABLE

    were the shipping cost should be. please see attached image



    does anyone no why this will be happening?? like i said i have installed zencart lots of times and never seen this problem,

    please help thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Shipping not working getting TEXT_NO_SHIPPING_AVAILABLE

    When a "Constant" is displayed, there is a "Bad" or corrupt or possibly a mis edited file at the root of the issue
    Use developers tool kit to locate the files that contain that constant
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2007
    Posts
    95
    Plugin Contributions
    0

    Default Re: Shipping not working getting TEXT_NO_SHIPPING_AVAILABLE

    I have used the developers tool kit to find the files that contain TEXT_NO_SHIPPING_AVAILABLE and replaced them, but this didnt help.

    I also tried replacing all the files again. but this didnt work. Could something have happened when it was installed?

    I dont really want to re install the database but if i have to i will. could this be the problem??

    please let me know thanks

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

    Default Re: Shipping not working getting TEXT_NO_SHIPPING_AVAILABLE

    That wouldn't be in the database. It's defined here:

    includes/languages/english/checkout_shipping.php

    so that should be where the problem is. Do you have a copy of that file in your custom template folder?

  5. #5
    Join Date
    Aug 2007
    Posts
    95
    Plugin Contributions
    0

    Default Re: Shipping not working getting TEXT_NO_SHIPPING_AVAILABLE

    There is nothing wrong with that file and no i dont have a copy of it in my template folder here is a copy of the includes/languages/english/checkout_shipping.php file

    Code:
    <?php
    /**
     * @package languageDefines
     * @copyright Copyright 2003-2006 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: checkout_shipping.php 4042 2006-07-30 23:05:39Z drbyte $
     */
    
    define('NAVBAR_TITLE_1', 'Checkout');
    define('NAVBAR_TITLE_2', 'Shipping Method');
    
    
    if($_SESSION['COWOA']) $COWOA=TRUE;
    
    if($COWOA)
    define('HEADING_TITLE', 'Step 2 of 5 - Delivery Information');
    else
    define('HEADING_TITLE', 'Step 1 of 3 - Delivery Information');
    
    define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address');
    define('TEXT_CHOOSE_SHIPPING_DESTINATION', 'Your order will be shipped to the address at the left or you may change the shipping address by clicking the <em>Change Address</em> button.');
    define('TITLE_SHIPPING_ADDRESS', 'Shipping Information:');
    
    define('TABLE_HEADING_SHIPPING_METHOD', 'Shipping Method:');
    define('TEXT_CHOOSE_SHIPPING_METHOD', 'Please select the preferred shipping method to use on this order.');
    define('TITLE_PLEASE_SELECT', 'Please Select');
    define('TEXT_ENTER_SHIPPING_INFORMATION', 'This is currently the only shipping method available to use on this order.');
    define('TITLE_NO_SHIPPING_AVAILABLE', 'Not Available At This Time');
    define('TEXT_NO_SHIPPING_AVAILABLE','<span class="alert">Sorry, we are not shipping to your region at this time.</span><br />Please contact us for alternate arrangements.');
    
    define('TABLE_HEADING_COMMENTS', 'Special Instructions or Comments About Your Order');
    
    if($COWOA)
    define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue to Step 3');
    else
    define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue to Step 2');
    
    
    
    define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- choose your payment method.');
    
    // when free shipping for orders over $XX.00 is active
      define('FREE_SHIPPING_TITLE', 'Free Shipping');
      define('FREE_SHIPPING_DESCRIPTION', 'Free shipping for orders over %s');
    ?>
    like i have said i have used the same files to upload lots of shops but never had this problem

 

 

Similar Threads

  1. v154 Login not working getting 404. Shared SSL problem
    By QuickBooksDev in forum Basic Configuration
    Replies: 2
    Last Post: 2 Jan 2016, 09:15 PM
  2. Getting a blank page, debug error-logging not working
    By credenscel in forum General Questions
    Replies: 7
    Last Post: 26 Jul 2009, 07:32 PM
  3. Google checkout not working getting Oops! page when button is clicked???
    By paddy_uk2007 in forum Addon Payment Modules
    Replies: 2
    Last Post: 11 Dec 2008, 01:27 PM
  4. Sorry, we are not shipping to your region at this time. Not getting overseas orders
    By cutterscreek in forum Managing Customers and Orders
    Replies: 10
    Last Post: 8 May 2008, 02:07 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