Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 37
  1. #21
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Idea or Suggestion Happy Easter! Beta 6 Released!

    Hi,

    As promised, here's another beta, with a few more features added...

    From the docs...


    [ADDED] Full postcode format checking added for each of the 6 countries currently supported by the module. If a customer has not entered a valid postcode they are shown a warning message and information on how to update their postcode, with specific information about the format of postcodes for their country.

    [ADDED] Minimum limits can now be specified in the Table of Rates (e.g. 30-50:4.95 specifies a minimum of 30 and a maximum of 50).

    [DOCS] Documentation about Shipping Method Table of Rates expanded and extra info added to the FAQs.


    Only one small database change has been made, to update the values of one of the default example configuration's values so no-one with a previous version really needs to make any database changes (i.e. no need to "Remove" and "Install" the module).

    However, you MUST copy over all the new files, there are significant changes to the code.


    I hope this version of the module does everything everyone wants it to now.

    Thanks for some great suggestions, the postcode format checks/warnings and limit ranges are useful additions.

    Enjoy the new version and HAPPY EASTER!

    All the best...

    Conor
    ceon

  2. #22
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Happy Easter! Beta 6 Released!

    Hey Conor

    Where should we look for the download? Can't wait to try your mod

  3. #23
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Happy Easter! Beta 6 Released!

    Hi,

    Quote Originally Posted by DogTags View Post
    Where should we look for the download? Can't wait to try your mod
    As always, latest version is on the module's site....

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

    Enjoy!

    Conor

  4. #24
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Happy Easter! Beta 6 Released!

    Many thanks, Conor

  5. #25
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Any Last Requests?

    Hi,

    Don't worry, I'm not threatening execution. :)

    I haven't heard anything back from anyone about this module in a week so I take it that it does everything everyone requires it to and that there are no outstanding issues?


    Please give some feedback on the module if you can.. how you've used it, whether it works as desired etc.


    I'll be re-releasing beta 6 as the final (non-beta) version shortly unless anyone here gives me any reason to do otherwise..

    All the best...

    Conor

  6. #26
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Ceon Region Tables Shipping Module 1.0.0 Beta 1 Released!

    Hi Conor,

    No complaints from me and will be happy to install your mod on my live store. As usual my contribution towards development costs will be on its way.

    As discussed by email my only request would be to add the VAT switch enabling the rates to be entered either including or excluding VAT.

    Thanks for another great piece of code.

    Brent

  7. #27
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Beta 7 released

    Hi,

    Added the code in to allow entering the rates including or excluding tax a week ago but forgot to release it! :)

    Here's a final beta for testing then... will probably re-release this as the final, non-beta version on Tuesday (unless anyone does find a problem, doesn't look likely at this point though!).

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

    To upgrade to this beta, copy the files across, over the existing files in your store. There is one database change needed so you can either:
    • "Remove" and "Install" the module once more (remember to keep a copy of all your settings so you can re-enter them!) or:
    • you can run the following SQL command to add in the option that has been added in beta 7 (don't forget to check the table name!):


    Code:
    insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Rates Include Tax', 'MODULE_REGION_TABLES_TAX_INCLUDED', 'Rates Include Tax', 'Do the Rates entered in the Tables of Rates include tax? (This setting is used only if a Tax Class is selected above).', '6', '0', 'zen_cfg_select_option(array(\'Rates Include Tax\', \'Rates Do Not Include Tax\'), ', now());
    Enjoy!

    Conor

  8. #28
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Ceon Region Tables Shipping Module 1.0.0 Beta 1 Released!

    Hi Conor,

    No problems that I can find.

    Kind regards

    Brent

  9. #29
    Join Date
    Apr 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Ceon Region Tables Shipping Module 1.0.0 Beta 1 Released!

    I am wondering if this shipping module will suit my needs. We have the US divided into seven zones/regions for shipping and in each zone are states. We charge shipping by the weight and zone, will this module do what we're looking for?

  10. #30
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Region Tables Shipping Module 1.0.0 Beta 1 Released!

    Hi,

    Quote Originally Posted by halldorr View Post
    I am wondering if this shipping module will suit my needs. We have the US divided into seven zones/regions for shipping and in each zone are states. We charge shipping by the weight and zone, will this module do what we're looking for?
    Yes, it will, but it won't make use of your zone definitions (if that's what you are talking about; if by "zones" you just mean conceptual ones you use in your business then even better, the module is perfect for you! :) ).

    Instead, what you will have to do is to set up seven regions, each of which contains the various states you'd like to be part of each region.

    You can then set up shipping methods for each of these regions with specific prices for specific weights/weight ranges.

    Full instructions for the US are in the documentation... read it to find out how to configure the module! :)

    All the best...

    Conor

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v150 Ceon shipping module: remove shipping options for certain product combinations?
    By irish_1985 in forum Addon Shipping Modules
    Replies: 2
    Last Post: 28 Oct 2012, 02:18 AM
  2. Region Tables 1.0.0 Released!
    By conor in forum Addon Shipping Modules
    Replies: 165
    Last Post: 23 Feb 2012, 04:02 PM
  3. Region Tables
    By plantsales in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Jun 2008, 07:35 AM
  4. ? Limit the Region Tables shipping to Specific product line only
    By greenraingraphics in forum Addon Shipping Modules
    Replies: 4
    Last Post: 15 Feb 2008, 07:00 PM
  5. Region Tables GB matching errors
    By more-solutions in forum Addon Shipping Modules
    Replies: 0
    Last Post: 4 Jul 2007, 04:35 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