Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Posts
    28
    Plugin Contributions
    0

    Default Complicated Shipping Methods

    On a store that I'm developing for a client, he wants a rather complicated set of shipping options that involve zones.

    However, the three zones are as follows: (1) Contiguous United States (all states except AK and HI); (2) Alaska and Hawaii; and (3) International (all countries except U.S.).

    1. Is it possible to create zones that involve certain states, instead of entire countries?

    Next, in each zone, the shipping cost depends upon two factors: the total sub-total price; and the shipping method chosen. For example, in the contiguous U.S., if an order is between $400 and $699.99, and the customer chooses 3-Day Shipping, the total shipping cost is $34.40. If it's between $700 and $999.99, and Next-Day is chosen, the total shipping cost is $65.30.

    I'm looking how to create my own shipping module, but there are no resources on the web as far as I can see that explain what the different variables involved are, as well as how to access various pieces of information.

    2. Is there clear documentation on how to create a shipping module, or can anybody steer me in the right direction as to how I can go about setting up the three zones, the price ranges, and the shipping choices I want to offer?

    If anybody needs it, I can provide the shipping table for each of the three zones.

    Any help would be greatly appreciated. Thank you!

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Complicated Shipping Methods

    Many shipping modules can be "CLONED" - you can create a "copy" of the module so that its behaviour is replicated, either to facilitate the same shipping process as another module, but for a different zone, or to have a variety or shipping rates for ONE zone.

    fairestcape has a good tutorial on CLONING here:

    http://www.zen-cart.com/forum/showthread.php?t=115687
    20 years a Zencart User

  3. #3
    Join Date
    Jun 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Complicated Shipping Methods

    OK, I defintiely see the benefits of cloning. So let's say I clone the Table Rate module (which is what I'd use if I simply wanted price-range based shipping costs), so that there would be different Table Rates for different shipping methods (i.e. Ground, 3-Day, 2-Day, Next Day). How would the zones fit in? Or would I have to hard-code that (i.e., check in the script which country/state the customer is from, and select the proper shipping method/table rate combination)?

    I'm an expert in PHP coding, but I just don't know how the Zen Cart system works well enough to do these things right off the bat.

  4. #4
    Join Date
    Jun 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Complicated Shipping Methods

    I just found this add-on: http://www.zen-cart.com/forum/showthread.php?t=73166

    It seems to add the ability to set Table Rates for different zones. If I installed this module, and cloned, would it be possible use different Zone-Tables for different shipping methods? Problem is, there are different ship methods for different zones.

    Contiguous U.S.: Ground, 3-Day, 2-Day, Next Day
    Alaska/Hawaii: 2-Day Air, Next Day Air
    International: 12-Day Air, 4-Day Air

    Would that work?

  5. #5
    Join Date
    Jul 2005
    Location
    UK and Ireland
    Posts
    258
    Plugin Contributions
    1

    Default Re: Complicated Shipping Methods

    TerranRich,

    Our recommendation for the best shipping module is by far the CEON AdvShipper - not only is the documentation great but there is very little that can't be achieved. Certainly worth you giving it a go.

    I hope that helps

  6. #6
    Join Date
    Jun 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Complicated Shipping Methods

    $75? I don't know.

    If I did purchase this, how would I be sure it would do what I want it to do? I was trying out the test admin area, and I don't think it can do what needs to be done. Basically, there would be three zone, and each zone would have multiple shipping methods. Each method would then have a Table Rate (i.e. 0-99.99 @$8.50, 100.00-199.99 @ $12.95, etc.). If I'm going to spend $75 on this add-on, it had better be useable.

    However, I really don't have the money to spend, and would really rather accomplish this using the built-in methods.

    Here's what I was thinking... I would clone the ZoneTable add-on like so: ZoneTableGround would be assigned to Zone 1 (all US except AK and HI), and would have its own Table Rate schedule. ZoneTable3Day would be Zone 1, as would ZoneTable2Day and ZoneTableNextDay. Then, ZoneTable2DayAir and ZoneTableNextDayAir would be for Alaska and Hawaii (Zone 2). ZoneTable12Day and ZoneTable4Day would be Zone 3 (all other countries/international).

    Would that be doable via cloning of the ZoneTable add-on?

 

 

Similar Threads

  1. Complicated Shipping Options
    By Skyland in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 26 Feb 2014, 11:31 AM
  2. Complicated shipping rules...
    By sigol in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Sep 2007, 02:03 PM
  3. Complicated (to me) Shipping Setup
    By point4design in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 15 Aug 2007, 01:39 PM
  4. Complicated Shipping Quesion - Combos
    By Urbanbiketech in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 3 Aug 2006, 04:50 PM
  5. Complicated Shipping Cost.
    By SimonLeBon in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 23 May 2006, 08:10 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