Results 1 to 10 of 59

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    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

  2. #2
    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..

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    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

  4. #4
    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...

    :)

  5. #5
    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.

  6. #6
    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?

  7. #7
    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.

 

 

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

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