Page 15 of 17 FirstFirst ... 51314151617 LastLast
Results 141 to 150 of 166
  1. #141
    Join Date
    Aug 2005
    Posts
    75
    Plugin Contributions
    0

    Default Re: Region Tables 1.0.0 Released!

    Quote Originally Posted by jamesbarsalou View Post
    My current situation is:

    I am only shipping inside the U.S.

    I have 7 zones within in the US. Each zone is based on zip code.

    There is 3 methods of shipping (ground, ground to P.O. Boxes, and DHL 'rush').

    There are 3 categories which determine the % rate of charge for shipping based on zone (orders less than $30, orders between $30-$499.99, and orders $500 and over).

    Below is a chart displaying what I have explained above:



    How can this be executed? Anything will help at this point. Thanks!
    If I read your question right here we go

    First of all in the setup section of the module do the following

    set up calculation method as Price
    Number of regions 7
    Number of shipping types as 3

    At this stage I would update this.

    Go back into the module

    Enter the zip codes for this region 1. Use blocks such as US:12458-25489,US:29874=31564, etc etc

    Below this now you will see the 3 shipping type blocks. Lets say they are in the order of
    Ground = Method 1
    ground to PO = method 2
    DHL = method 3

    enter as follows in method 1 for Ground in region 1
    29.99:xxx,499.99:xxxx,999999=xxxx where xxx = the shipping cost

    In method 2 do the same for ground to PO box

    and in method 3 DHL

    Repeat this for each of the regions.

    Once you have done this you need to modify the language file so everyone knows what you are on about

    Go to includes/languages/english/modules/shipping/YOUR_Template/ and modify the regiontables.php file.

    Example

    define('MODULE_REGION_TABLES_REGION_1_TITLE', 'Northe East USA');
    define('MODULE_REGION_TABLES_REGION_1_METHOD_1_TITLE', 'Ground Delivery approx 5 working days');
    define('MODULE_REGION_TABLES_REGION_1_METHOD_2_TITLE', 'Ground to PO Box approx 5 days');
    define('MODULE_REGION_TABLES_REGION_1_METHOD_3_TITLE', 'DHL RUSH Approx 2 working days.');

    Do the same for each region and presto it's done.

    If you wish to see it in action

    www.golfuni.com.au/shop/ - Be aware this is an active shop but you can add something to your bag and click estimate shipping. For your assistance For the State use New South Wales postcode 2100. If you then update your location to Victoria 3125 you will see there are 3 shipping options instead of two on this one.

    Hope this helps
    Making sure we get the cost of freight back will drive us all mad at some stage.

  2. #142
    Join Date
    Feb 2008
    Location
    Sunny CA
    Posts
    9
    Plugin Contributions
    0

    red flag Re: Region Tables 1.0.0 Released!

    Thank you very much for your help!

    I've installed and set up the most I can and have ran into another problem. My shipping is based and calculated on a percentage (%) of the total amount.

    For example if the total cost of your shopping cart is $50 and you are in Zone 2, then shipping ground is 15%, which would equal $7.50 for shipping.

    I have far too many products which change very often, to be calculating shipping costs for each individual product. (Or maybe I'll have to.)

    Is there any way Region Tables can accomplish this; calculating shipping costs based on a percentage of the total?

  3. #143
    Join Date
    Aug 2005
    Posts
    75
    Plugin Contributions
    0

    Default Re: Region Tables 1.0.0 Released!

    Quote Originally Posted by jamesbarsalou View Post
    Thank you very much for your help!

    I've installed and set up the most I can and have ran into another problem. My shipping is based and calculated on a percentage (%) of the total amount.

    For example if the total cost of your shopping cart is $50 and you are in Zone 2, then shipping ground is 15%, which would equal $7.50 for shipping.

    I have far too many products which change very often, to be calculating shipping costs for each individual product. (Or maybe I'll have to.)

    Is there any way Region Tables can accomplish this; calculating shipping costs based on a percentage of the total?
    If you send me a PM with your order value brackets & the % amounts you charge for freight I'll quickly set a method price list for you. Takes about 5 minutes to do.
    Making sure we get the cost of freight back will drive us all mad at some stage.

  4. #144
    Join Date
    Feb 2008
    Location
    Sunny CA
    Posts
    9
    Plugin Contributions
    0

    red flag Re: Region Tables 1.0.0 Released!

    Quote Originally Posted by ekles View Post
    If you send me a PM with your order value brackets & the % amounts you charge for freight I'll quickly set a method price list for you. Takes about 5 minutes to do.
    This is all I have:


  5. #145
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Region Tables 1.0.0 Released!

    I am using the most recent version 1.4 and I have set up the zones tables, (twice actually....LOL), but both times, when I tried the shipping estimator, I don't get the table rates. I get the store pickup, ant the shipping per unit option, but never the zone table rates. I have the tables "installed" through ADMIN/modules/shipping.

    Any idea where to look for the problem?

  6. #146
    Join Date
    Aug 2005
    Posts
    75
    Plugin Contributions
    0

    Default Re: Region Tables 1.0.0 Released!

    Quote Originally Posted by daneh View Post
    I am using the most recent version 1.4 and I have set up the zones tables, (twice actually....LOL), but both times, when I tried the shipping estimator, I don't get the table rates. I get the store pickup, ant the shipping per unit option, but never the zone table rates. I have the tables "installed" through ADMIN/modules/shipping.

    Any idea where to look for the problem?
    Did you mark the first option

    Enable Region Tables Method to

    True or Yes
    Making sure we get the cost of freight back will drive us all mad at some stage.

  7. #147
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Region Tables 1.0.0 Released!

    Yes. I have checked that option. I was not sure if there was another switch somewhere else that I may have missed.

  8. #148
    Join Date
    Aug 2005
    Posts
    75
    Plugin Contributions
    0

    Default Re: Region Tables 1.0.0 Released!

    Quote Originally Posted by daneh View Post
    Yes. I have checked that option. I was not sure if there was another switch somewhere else that I may have missed.
    Cut and paste your settings (Use a PM not here) for the module and I can see if there is a problem
    Making sure we get the cost of freight back will drive us all mad at some stage.

  9. #149
    Join Date
    May 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Region Tables 1.4.0 Released!

    Quote Originally Posted by conor View Post
    Hi,

    We're very pleased to announce the release of Region Tables 1.4.0!

    ...

    Check out the website for more info and downloads...

    http://dev.ceon.net/web/zen-cart/regiontables

    We hope you like this new release!
    The link is dead, any idea where I can get this module?

    Thanks
    Fuzz
    Currently working on The Firework Warehouse & The Fancy Dress and Party Shop.

    Thought for the day... The customer is always right (so long as they are paying on time)

  10. #150
    Join Date
    Apr 2009
    Posts
    149
    Plugin Contributions
    0

    Default Re: Region Tables 1.0.0 Released!

    Yeah. The link now goes to a module that costs £50

 

 
Page 15 of 17 FirstFirst ... 51314151617 LastLast

Similar Threads

  1. Region Tables
    By plantsales in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Jun 2008, 07:35 AM
  2. How to enable post code matching in Region Tables v1.4.0 as when I...
    By sacotechnology in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Apr 2008, 12:20 PM
  3. Ceon Region Tables Shipping Module 1.0.0 Beta 1!
    By conor in forum Addon Shipping Modules
    Replies: 36
    Last Post: 6 Mar 2008, 10:42 AM
  4. Region Tables GB matching errors
    By more-solutions in forum Addon Shipping Modules
    Replies: 0
    Last Post: 4 Jul 2007, 04:35 PM
  5. Region Tables - Postcodes more accurate?
    By Doc Lenny in forum Addon Shipping Modules
    Replies: 4
    Last Post: 23 Apr 2007, 09:20 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