PDA

View Full Version : add real time shipping quote to your existing ecommerce site



janet
05-15-2008, 07:13 AM
Please does anybody know how to add real time shipping quote to an existing ecommerce website. I've tried to register with UP and Fed ex but it cost money, am doing the site for non profit organisation.

Thank you for your help

Hot DesignZ
05-15-2008, 05:00 PM
USPS has a API that can be used for this for free (and USPS is a damn good shipper IMO) Now you will need some sort of script to get this info from there API something like this (http://www.varnagiris.net/2006/05/04/php-usps-rates-calculator/) or this (http://www.marksanborn.net/php/calculating-usps-shipping-rates-with-php/)

janet
05-16-2008, 03:19 AM
Thank you, but the website am developing is based in UK and not US can I still use USPS?

Hot DesignZ
05-16-2008, 09:56 AM
Thank you, but the website am developing is based in UK and not US can I still use USPS?
Hmm no that wont work, I would see if your postal service offers something like this or you may have to pony up and get a UPS or FedEx account.

Best of luck.

marcrosoft
05-16-2008, 08:23 PM
Janet,

I am the creator of the function that Hot DesignZ recommended. I also have a UPS function (http://www.marksanborn.net/php/calculating-ups-shipping-rate-with-php/) on my site if you are interested. :D

Hot DesignZ
05-17-2008, 12:02 PM
Janet,

I am the creator of the function that Hot DesignZ recommended. I also have a UPS function (http://www.marksanborn.net/php/calculating-ups-shipping-rate-with-php/) on my site if you are interested. :D

Got to love server logs! thanks for coming by and adding your input!

janet
05-19-2008, 03:45 AM
Thanks you for your replies, actually the software that I used for designing the eccomerce has the area where you can had manul shipping calculation. It's called ecart from webassits. Thank you.