Why not submit it to the addon section
Many will have a hard time finding it here
Why not submit it to the addon section
Many will have a hard time finding it here
Zen-Venom Get Bitten
Sorry, I missed that seeing that you posted your site for up to date versions
Zen-Venom Get Bitten
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.
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?
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.