Page 1 of 6 123 ... LastLast
Results 1 to 10 of 59
  1. #1
    Join Date
    Jun 2009
    Location
    Porthleven, Cornwall, UK
    Posts
    45
    Plugin Contributions
    1

    Idea or Suggestion UK Shipping by Postcode

    Parcelforce, DHL, UPS, FedEx, City Link, Hermes, HDNL, TNT, and most UK carriers charge extra for carriage of packages outside of mainland England.

    Many of my UK based customers have struggled to implement a reasonable mechanism to cope with the range of charges in their shipping using Zen's Zone module, so I have created a specific shipping by UK Postcode module that enables you to set up standard postage charges for UK mainland postcodes, and also allocate additional shipping charges to 'premium' postcode destinations in Scotland, Northern Ireland, Isle of Man, The Scilly Isles, and the Channel Islands.

    The module has been tested with versions 1.38a up to 1.39h and works without problems with all tested versions.

    I will be submitting the module to the Free Software Addons but in the meantime, if anyone wants such a module then you can download it from my website.

    Download URLhttp://www.zenned.co.uk/modules/UK_P...e_Shipping.zip

    The above URL will always have the latest version posted and available should it need to be upgraded at any time.

    Enjoy!!

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

    Default Re: UK Shipping by Postcode

    Why not submit it to the addon section

    Many will have a hard time finding it here
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2009
    Location
    Porthleven, Cornwall, UK
    Posts
    45
    Plugin Contributions
    1

    Default Re: UK Shipping by Postcode

    Quote Originally Posted by kobra View Post
    Why not submit it to the addon section

    Many will have a hard time finding it here
    I already said I was submitting it to the download section..

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

    Default Re: UK Shipping by Postcode

    Sorry, I missed that seeing that you posted your site for up to date versions
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: UK Shipping by Postcode

    Hi Guys,

    Cool module this is exactly what I need for a site im developing.

    However I have a problem...

    The module is installed and seems to be working for most postcodes, however some of the postcodes in the same zone as the working ones dont appear to work and return a 0 cost.

    For example PH17 doesnt work while IV48 does work.

    But they are in the same Zone so I dont understand where this issue is coming from...

    Any ideas and many thanks in advance...

    :)

  6. #6
    Join Date
    Jun 2009
    Location
    Porthleven, Cornwall, UK
    Posts
    45
    Plugin Contributions
    1

    Default Re: UK Shipping by Postcode

    Quote Originally Posted by AndyVI View Post
    Hi Guys,

    Cool module this is exactly what I need for a site im developing.

    However I have a problem...

    The module is installed and seems to be working for most postcodes, however some of the postcodes in the same zone as the working ones dont appear to work and return a 0 cost.

    For example PH17 doesnt work while IV48 does work.

    But they are in the same Zone so I dont understand where this issue is coming from...

    Any ideas and many thanks in advance...

    :)
    White space in postcode entries will prevent the filter from selecting a postcode.

    PH17 is the first postcode entry in the default list... I suspect you might have a space preceding PH17 maybe?

    If you continue to have a problem then the module isn't fussy if entries are duplicated so enter it again - Just make sure there are no spaces between commas and postcodes.

    If you want to break the lines up to stop the right hand section of the page from being over wide then you can add , &, (with a space preceding the &, which will help to format the layout in the admin but not affect operation.

    See the documentation enclosed with the module or goto http://www.zenned.co.uk/uk-shipping-by-postcode-ezp-16.html for the latest update or documented information.

    Rgds Mike.

  7. #7
    Join Date
    Feb 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: UK Shipping by Postcode

    Hi Mike,

    Thanks for your quick response.

    I have thoroughly read the readme and have double checked everything.

    I have tried:

    removed white space (not working)
    removed ampersands and tried on a single line (not working)
    Duplicated the offending postcodes like PHxx (not working)

    This is very bizzare as other postcodes within the same zone seem to work perfectly.

    -------------

    When the PH postcodes are used it defaults back to the Zone 1 rate, instead of Zone 2 as it should be.

    Any Ideas?

  8. #8
    Join Date
    Jun 2009
    Location
    Porthleven, Cornwall, UK
    Posts
    45
    Plugin Contributions
    1

    bug Re: UK Shipping by Postcode

    Looks like I might have included a minor bug into the module.

    Try the following fix...

    Open /includes/modules/shipping/ukpost.php

    Locate line 114 which says
    $pcode = $str = preg_replace('/\s\s*/', '', $destination_postcode);

    Replace with...
    $pcode = preg_replace('/\s\s*/', '', $destination_postcode);

    Rgds
    Mike.

  9. #9
    Join Date
    Jun 2009
    Location
    Porthleven, Cornwall, UK
    Posts
    45
    Plugin Contributions
    1

    Default Re: UK Shipping by Postcode

    UPDATE...

    I've now updated the Postcode module with a bug fix plus I've added PAxx postcodes that were overlooked in the original version.

    The updated version will be available in the downloads section after it has been reviewed by the Zen team.

    If you want the revised version straight away then download it from http://zenned.co.uk/modules/UK_Postcode_Shipping.zip

    Enjoy!

  10. #10
    Join Date
    Jun 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: UK Shipping by Postcode

    uuuum doesnt work at all for me

    "The delivery/shipping fee cannot be determined at this time"

    Do I need to delete all the zones I had previously setup or change my stores zone or something along those lines?

    Something to do with Zone Definitions perhaps?
    Last edited by caios; 14 Jun 2011 at 02:35 PM.

 

 
Page 1 of 6 123 ... LastLast

Similar Threads

  1. v151 Shipping to postcode in Canada
    By Skyland in forum Addon Shipping Modules
    Replies: 1
    Last Post: 21 Mar 2014, 07:09 PM
  2. Basic postcode-based shipping?
    By Lyte in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 16 May 2010, 05:09 PM
  3. Shipping by Postcode
    By billett in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 6 Oct 2009, 09:31 AM
  4. UK Shipping by postcode
    By schoolboy in forum Built-in Shipping and Payment Modules
    Replies: 14
    Last Post: 29 Mar 2007, 04:13 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