Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 62
  1. #31
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Why increasing zone numbers doesn't work on production?

    Quote Originally Posted by Ajeh View Post
    Check the file, on the server, for:
    /includes/modules/shipping/zonetable.php

    if you view the file does it have CODE in it?

    Check the file, on the server, for:
    /includes/languages/english/modules/shipping/zonetable.php

    if you view the file does it have DEFINE statements in it?

    Check the directory, on the server, for"
    /cache

    refresh it and see if you have any new debug logs ...

    Have you made *any* changes to the file:
    /includes/modules/shipping/zonetable.php
    zonetable.php's content: (the other one has far more code in it, I didn't touch both, they are both the origin files from the mod)
    PHP Code:
    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce                                       |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2003 The zen-cart developers                           |
    // |                                                                      |   
    // | http://www.zen-cart.com/index.php                                    |   
    // |                                                                      |   
    // | Portions Copyright (c) 2003 osCommerce                               |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license,       |
    // | that is bundled with this package in the file LICENSE, and is        |
    // | available through the world-wide-web at the following url:           |
    // | http://www.zen-cart.com/license/2_0.txt.                             |
    // | If you did not receive a copy of the zen-cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to       |
    // | [email protected] so we can mail you a copy immediately.          |
    // +----------------------------------------------------------------------+
    // $Id: zonetable.php 1969 2007-08-17 06:57:21Z surf7.net $
    //

    define('MODULE_SHIPPING_ZONETABLE_TEXT_TITLE''Zones Table Rate');
    define('MODULE_SHIPPING_ZONETABLE_TEXT_DESCRIPTION''Set separate table rate for different shipping zones');
    define('MODULE_SHIPPING_ZONETABLE_TEXT_WAY''');
    define('MODULE_SHIPPING_ZONETABLE_TEXT_WEIGHT''Weight');
    define('MODULE_SHIPPING_ZONETABLE_TEXT_AMOUNT''Amount');
    ?>
    cache folder:
    installerConfigKeys|a:1:{s:8:"language";s:7:"english";}logfilename|s:27:"Oct-27-2010_08-38-55-h2jhEd";installerConfigInfo|a:0:{}
    I might have to leave after 10:30am but will return in the afternoon maybe 3pm, if you didn't hear me responding you, that's because I am not home.

    Thank you very much Linda, I can't describe how it is appreciated.

  2. #32
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Why increasing zone numbers doesn't work on production?

    That is the language file ...

    Do you have a code file in:
    /includes/modules/shipping/zonetable.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #33
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Why increasing zone numbers doesn't work on production?

    Quote Originally Posted by Ajeh View Post
    That is the language file ...

    Do you have a code file in:
    /includes/modules/shipping/zonetable.php
    Yes, it is the original file, I forgot to mention initially but I later updated my post, you probably didn't notice that, sorry. I have uploaded the file here.
    Attached Files Attached Files

  4. #34
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Why increasing zone numbers doesn't work on production?

    It just sounds like you do not have the files in the right directories if they are not loading ...

    You see the CODE file in:
    /includes/modules/shipping/zonetable.php

    where you see the:
    /includes/modules/shipping/flat.php
    /includes/modules/shipping/freeoptions.php
    /includes/modules/shipping/freeshipper.php
    /includes/modules/shipping/item.php
    etc. etc. ... correct?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #35
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Why increasing zone numbers doesn't work on production?

    Quote Originally Posted by Ajeh View Post
    It just sounds like you do not have the files in the right directories if they are not loading ...

    You see the CODE file in:
    /includes/modules/shipping/zonetable.php

    where you see the:
    /includes/modules/shipping/flat.php
    /includes/modules/shipping/freeoptions.php
    /includes/modules/shipping/freeshipper.php
    /includes/modules/shipping/item.php
    etc. etc. ... correct?
    The zonetable.php does exist in the same folder like all the other shipping modules, please see the attachments.

    Thanks.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Shipping Screenshot 9.jpg 
Views:	44 
Size:	43.3 KB 
ID:	10201   Click image for larger version. 

Name:	Shipping Screenshot 10.jpg 
Views:	47 
Size:	12.2 KB 
ID:	10202  

  6. #36
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Why increasing zone numbers doesn't work on production?

    Can you check if you have two directories for zen cart?

    It looks from your FTP that the files are in:
    /public_html/includes/modules

    but your admin looks like it is looking in:
    /public_html/ibnest/includes/modules

    NOTE: I may not have the spelling right for ibnest as I cannot read that image well ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #37
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Why increasing zone numbers doesn't work on production?

    Hi Linda,

    Thanks for all the effort and patience on helping me out of this mist:

    I figured out what's the problem:

    On the server: for unknown reason there are duplicated file structure, I should look for \public_html\mywebsite\...., but the mod was installed on to \public_html

    So that's why I don't see the option appears in Shipping option.

    Sorry for wasting you so much time

    Heartiest thank to you. :

  8. #38
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Why increasing zone numbers doesn't work on production?

    Thanks for the update that you were able to sort this out ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #39
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Zone table rates mod still not working as expected.

    Hello,

    Couple days ago I posted a question regards to set up different zones for Canadian users, the shipping mod I am using is Zone Table Rates.

    I finally get the mod set up on prod with the help of Ajeh (big thanks)

    However, today I found there are still problems!

    1. I set different rates for different Zones, for example:

    AB: 1:20.00,2:35.00, 3:45.00, 10000:45.00
    NB: 1:20.00,2:35.00, 3:45.00, 10000:45.00
    QC: 1:16.00,2:28.00, 3:36.00, 10000:36.00
    BC: 1:22.00,2:38.00, 3:49.00, 10000:49.00
    ON: 1:8.00,2:14.00, 3:18.00, 10000:18.00

    Using one item as example, presumably the shipping cost should be $8 if customer is from ON, and so on.

    However, it automatically adds up little amount to $8.83 instead of $8.00, for two items it would be $15.46 instead of $14.00.

    Where is the little amount from? Thanks.

    2. For unknown reason, the system doesn't really recognize the customer's postcode because it mess up some zones:

    MB: used AB
    NB: used YT
    NFL: used YT
    NS: used YT
    PEI: used AB
    QC: used AB
    SK: used AB
    YT: used AB

    From the screenshot you will see it does recognize MB postcode but uses AB's rate instead.

    How do I troubleshoot this issue?

    Thank you very much.
    How can this happen and how to fix it?

    You can visit the prod to see what's going on there.
    Attached Images Attached Images  

  10. #40
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Zone table rates mod still not working as expected.

    The module takes the Total not the individual Products ...

    Also see if you have Tax setup on the shipping module ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 4 of 7 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. 1.5.4 Zone Rates Not Working Internationally
    By jmberman in forum General Questions
    Replies: 7
    Last Post: 16 Jun 2016, 04:33 PM
  2. Zone Rates - Skip Countries not working
    By mike1969 in forum Built-in Shipping and Payment Modules
    Replies: 13
    Last Post: 14 Jul 2010, 02:25 PM
  3. My zone rates is not working
    By mrs_shazwani in forum Built-in Shipping and Payment Modules
    Replies: 20
    Last Post: 31 Mar 2010, 04:25 AM
  4. Zone Tax Rates not working
    By susanshropshire in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 19 May 2009, 04:58 PM
  5. Zone Rates Shipping does not read table
    By joycebeck in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 2 Oct 2006, 10:23 PM

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