Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    56
    Plugin Contributions
    1

    Default Zone Rate Setup for 5 zones

    Hi,

    I need to do setup for 5 different Zones shipping rate.

    But in ZenCart i have found in Module>Shipping>Zone Rates> Only 3 zones there.

    Any one please tell me if it is possible to do setup for 5 zones insteed of 3? if possible please tell me.


    -Thanks,
    WDH

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

    Default Re: Zone Rate Setup for 5 zones

    Grab a copy of the includes/modules/zones.php file and preserve this as this file is not overrideable.

    Open a copy and find tis line towards the top
    and set to 5
    Code:
          // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED
          $this->num_zones = 5;
    Upload. and i the admin install it - remove first if you have to

  3. #3
    Join Date
    Oct 2007
    Posts
    56
    Plugin Contributions
    1

    Default Re: Zone Rate Setup for 5 zones

    Hi.. Thanks Kobra.. it is working ..

    I have made that change previously.. but not did the uninstall and install.. .. just did that.. and it is working fine.. Thanks for your kind help.

    -WDH

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Zone Rate Setup for 5 zones

    but not did the uninstall and install
    If you look towards the bottom of this gile you will see the install and un-install sql and why after making the change it must be re-installed

  5. #5
    Join Date
    Oct 2007
    Posts
    56
    Plugin Contributions
    1

    Default Re: Zone Rate Setup for 5 zones

    Hi,
    Thanks, it is working now. Will you please tell me if i want the "product weight" to Kgs, then i changed into english.php . Ok.

    But it is not showing in "estimate shipping" page. other pages it is ok. But in "estimate shipping" page it is still "lbs" i need it to change to kgs. Please note that other pages showing "kgs" but estimate shipping not showing this.

    Please help me.

    WDH

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Zone Rate Setup for 5 zones

    I'm assuming you're using a custom template. Look in the following files where
    YOUR_TEMPLATE is the custom template. The original content of those lines should include lbs or lb(s). The line numbers could be a tiny bit off, but should be close enough.


    includes/languages/YOUR_TEMPLATE/english.php

    Line #394 : define('TEXT_PRODUCT_WEIGHT_UNIT','kgs');

    Line #397 : define('TEXT_SHIPPING_WEIGHT','kgs');



    includes/languages/english/modules/shipping/YOUR_TEMPLATE/zones.php

    Line #25 : define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'kg(s)');

  7. #7
    Join Date
    Oct 2007
    Posts
    56
    Plugin Contributions
    1

    Default Re: Zone Rate Setup for 5 zones

    Thanks afo (support team)

    It is now working... Thanks a lots

    -WDH

  8. #8
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Zone Rate Setup for 5 zones

    Someone else asked me the same question because I use ounces (oz) on both sites in my sig, so I had the answer handy.

 

 

Similar Threads

  1. Adding more than 3 Zones in Zone Rate module?
    By gabstero in forum Addon Shipping Modules
    Replies: 5
    Last Post: 3 Mar 2014, 10:54 PM
  2. Multiple Zone Rate Setup
    By jmercier76 in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 9 Apr 2010, 02:45 AM
  3. Zones Rate Shipping per Zone Definition
    By vanpeteghb in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 7 Mar 2009, 06:47 PM
  4. Chaning name for table rate and Zone Rate
    By undah in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 22 Feb 2009, 03:54 PM
  5. Initial Zone Setup for UK
    By keydes in forum General Questions
    Replies: 5
    Last Post: 19 Apr 2008, 12:19 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