Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Business Discussions > e-Commerce > Boss Cart Support Forums > Boss Cart - JV Series
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

Boss Cart - JV Series Boss Cart JV Series is based on Joomla and Virtumart open source technology.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-30-2008, 08:48 PM
widgetuk's Avatar
Junior Member
 
Join Date: Jun 2008
Location: Derbyshire, England, UK.
Posts: 12
Default Shipping Module - doesnt support UK postcodes

Hi all, I've been having a chat with Bagi about this problem, and he's explained to me that there's an inherent problem with UK postcodes, in that they use letters aswell as numbers in the 'zipcode', eg. M1 1AA. After much debate, we couldnt find a solution, so I thought I'd throw the idea open to the forum, for any other ideas people may have...

Basically, the Standard Shipping module in Boss Cart JV does not support UK postcodes. As such, one cannot offer different postal rates based on post code, but only based on weight for UK shipments.

Apparently it would be very difficult (perhaps impossible?) to make the Standard Shipping module support UK postcodes because of the Letters in the code - php logical operator can only compare numbers, not letters.

So I wondered, does anyone have any experience of any other shopping cart that does support UK postcodes? And if so, can we learn anything from that to either modify the current Boss Cart JV shipping module, or, add a new module for us poor people in the UK who have alphanumeric postcodes and not numeric. ?!?!?

I'd be interested to hear any ideas people have on this, because, after all, some couriers in the UK actually charge more for shipments to certain remote postcodes, so, it would be essential for anyone selling to UK people to have this facility built-in to their shipping section of their ecommerce enabled site.

Cheers, Jon
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 06-30-2008, 09:07 PM
Bagi Zoltán's Avatar
Boss Cart consultant
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,604
Default

I was thinking on this problem a little in the past minutes and i have an idea. So it is based on a php function which would transform the zip string into numbers. For instance if the input is abcd the output would be 1234 this way. This way they can be compared, but as i see the UK zip codes have different length. I will try to find out something, which will work.
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 06-30-2008, 10:06 PM
widgetuk's Avatar
Junior Member
 
Join Date: Jun 2008
Location: Derbyshire, England, UK.
Posts: 12
Default

Sounds like some sort of idea yes. I suppose it would need to be defined as to how exactly the administrator of the cart would like this to work.

eg. Should there be a free text box where the administrator could list full UK postcodes separated by ";" for example

Code:
m1 1aa; m1 1ab; m1 1ac; m1 2a;
Or would this be too times consuming supposing the admiministrator needed to have postcodes from several ranges... for instance if he wanted all postcode regions beginning with "m1 1". So it would be ideal if the script were smart enough to know a range of postcodes from a single postcode, for example:

Code:
m1 1; m2 2; m3 3bw
Where the first two entries are ranges, but the final one is a specific code.

Not sure if this would work with Bagi's suggestion to convert to numbers?

Something else I thought of, which might be easier? Is why not move away from the zipcode and take it to the town/city level. So have the shipping variable to be based upon town/city entered in the postal address as opposed to postcode? If the the city in the shipping address matches that entered in the shipping module, then it's selected as a valid shipping method. For example;

Code:
chesterfield; sheffield;
This could be slightly better, because obviously towns cover large areas and ranges of postcodes. So it gets around the problem if the above method of postcode ranges doesnt work?!

Hmm lots of things to consider I guess.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 07-01-2008, 05:51 AM
Bagi Zoltán's Avatar
Boss Cart consultant
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,604
Default

Yesterday before falling asleep i think i figured out the best way of comparing the zip code with specific ranges. I think that the other suggestion about the cities could be better. As i can estimate my current tasks i would say that the solution will be ready in 2 weeks.
Thank you
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 07-01-2008, 08:13 AM
widgetuk's Avatar
Junior Member
 
Join Date: Jun 2008
Location: Derbyshire, England, UK.
Posts: 12
Default

Bagi, the more i thought about it last night the more i started to think perhaps cities would be simpler too. It's not obviously anywhere near as accurate (because postcodes go down to the sub-street level), but, it would at least give administrators some ability to charge for varied UK postage for different geographical areas. To avoid typing mistakes from the user confusing the script, the town/city in the billing and shipping forms could be a drop-down selection box of all UK town/cities maybe?
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 07-04-2008, 07:10 PM
Bagi Zoltán's Avatar
Boss Cart consultant
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,604
Default

The problem of the cities is the typo mistakes. If somebody could not write the name of the city correctly there will be problem when time come to calculate the shipping price. I still did not have time to map the patterns of the UK zip codes, but i will do it soon. At least i hope
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 07-04-2008, 07:17 PM
widgetuk's Avatar
Junior Member
 
Join Date: Jun 2008
Location: Derbyshire, England, UK.
Posts: 12
Default

Bagi, I figured that the city could be a drop-down selection box. This means the users cannot possibly type it incorrectly
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 07-04-2008, 07:36 PM
Bagi Zoltán's Avatar
Boss Cart consultant
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,604
Default

I see, but JV script is used worldwide so if i substitute the input form labelled as city with a select object lising all of the UK towns the script can not be used in Australia for instance. Of course the script can be customized in accordance your need, if you have the willingness to compile a list of every UK town i will help you implement the select drop down box.
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 06-02-2009, 10:58 AM
Junior Member
 
Join Date: Jun 2009
Location: Maidenhead, UK
Posts: 8
Default full UK postal town database

Quote:
Originally Posted by Bagi Zoltán View Post
I see, but JV script is used worldwide so if i substitute the input form labelled as city with a select object lising all of the UK towns the script can not be used in Australia for instance. Of course the script can be customized in accordance your need, if you have the willingness to compile a list of every UK town i will help you implement the select drop down box.
Hi, this thread is a bit old, but this info might still be helpful.

A free database of all UK postal towns and traditional county names - Association of British Counties. There was one or two towns missing, I have a corrected list (I'm not sure if the one on ABC site has been fixed yet). Drop me an email if interested. We used this list as one of the data sources while compiling our address lookup webservice, so I can confirm that it is good and has been cross-checked against the Royal Mail PAF database.

Also there are a number of companies that supply detailed postcode and address data for a modest fee (ours included).... but that would be blowing our horn a bit too much ;-)

Adam.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
uk shipping postcodes



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
accident adidas armani t-shirt background check background checks belts compensation content writing services conversion cool css dhanjit dumps dumpsquestions earn by sms ecommerce solution ed hardly suits education fashion forex free website online google gucci handbags helpdesk html to joomla images it edu itunes gc jacket jeans jobs joomla custom template jtag latest dumps link building buy link matrimoanil matrimonial script medical transcription job money no any invest job non oversold part time earning payout people search personal prada sunglasses psd to joomla puma selling online seo seo and traffic seo expert seo tips shox r3 solicitors sport shoes study sunglasses supras t-shirt templates the traffic trap traffic uk usa hosting web design wikigalore wikipedia reflection wood xhtml

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:57 AM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0