ufodepot Posted December 4, 2007 Posted December 4, 2007 I am all ready to take my new site live except for these shipping problems. When I install the UPS XML then the checkout doesn't work and goes to a blank page. The USPS works, but I chose Priority for $8.95 and it keeps showing on the next page Express for $30.95. It wants to stay at that even when I edit the shipping. What do I need to do to fix this. I went through the posts ad did not find a problem like this on either module. Anyone, I desparately need HELP! Also, the USPS module that came with osCommerce - does that handle international shipping also or just domestic? Thanks, Hope
Jan Zonjee Posted December 4, 2007 Posted December 4, 2007 What do I need to do to fix this. I went through the posts ad did not find a problem like this on either module. Anyone, I desparately need HELP! Yeah sure. Like in the UPSXML thread the error: Error from cURL: Error [28]: connect() timed out! experienced by customer with id 2 on 2007-12-03 03:03:24 UPSXML TimeInTransit Error: : experienced by customer with id 2 on 2007-12-03 03:03:24 with GoDaddy accounts wasn't mentioned several times. Either you don't know how to search or you are telling porkies.
ufodepot Posted December 4, 2007 Author Posted December 4, 2007 Yeah sure. Like in the UPSXML thread the error: Error from cURL: Error [28]: connect() timed out! experienced by customer with id 2 on 2007-12-03 03:03:24 UPSXML TimeInTransit Error: : experienced by customer with id 2 on 2007-12-03 03:03:24 with GoDaddy accounts wasn't mentioned several times. Either you don't know how to search or you are telling porkies. Then I obviously don't know how to search. I'm sorry, I must be really stupid. I still cannot find the thread you quoted. Can you gve me a link to it. Thanks, Hope
ufodepot Posted December 4, 2007 Author Posted December 4, 2007 Yeah sure. Like in the UPSXML thread the error: Error from cURL: Error [28]: connect() timed out! experienced by customer with id 2 on 2007-12-03 03:03:24 UPSXML TimeInTransit Error: : experienced by customer with id 2 on 2007-12-03 03:03:24 with GoDaddy accounts wasn't mentioned several times. Either you don't know how to search or you are telling porkies. Then I obviously don't know how to search. I'm sorry, I must be really stupid. I still cannot find the thread you quoted. Can you gve me a link to it. Do you have any idea why the USPS module wants to stay 0on Express Mail. Does the USPS module that comes with osCommerce handles international shipping. Thanks, Hope
Jan Zonjee Posted December 4, 2007 Posted December 4, 2007 Can you gve me a link to it. Try the solution from this post. GoDaddy uses a proxy server for the https connection (whatever that is :) ). Do you have any idea why the USPS module wants to stay 0on Express Mail. Does the USPS module that comes with osCommerce handles international shipping. I have no clue, but try the contribution section. I have read there recently there has been a lot of problems with a change that USPS made in their protocol. Something to do with CAPITALIZATION of shipping options. The "official" UPS XML thread is in the General Contribution Support section.
jasonabc Posted December 5, 2007 Posted December 5, 2007 I have read there recently there has been a lot of problems with a change that USPS made in their protocol. Something to do with CAPITALIZATION of shipping options. This is correct. Search the forums - the fix is very quick/easy - you just have to capitalize a few values to get USPS working properly again. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
ufodepot Posted December 5, 2007 Author Posted December 5, 2007 This is correct. Search the forums - the fix is very quick/easy - you just have to capitalize a few values to get USPS working properly again. Thanks. I have tried putting the code (from the thread) in the UPSXML.php file in several different places and it doesn't work. Can anyone tell me where in the file I need to put the code. curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE); curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY, "http://64.202.165.130:3128"); curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); GoDaddy also gave me this code. Which should I use and where should it go?: if (isset($_GET["site"])) { $URL = $_GET["site"]; } $ch = curl_init(); echo "URL = $URL <br>\n"; curl_setopt($ch, CURLOPT_VERBOSE, 1); //curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE); curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128"); curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt ($ch, CURLOPT_URL, $URL); curl_setopt ($ch, CURLOPT_TIMEOUT, 120); $result = curl_exec ($ch); echo "<hr><br>\n"; echo 'Errors: ' . curl_errno($ch) . ' ' . curl_error($ch) . '<br><br>'; echo "<hr><br>\n"; curl_close ($ch); print "result - $result"; echo "<hr><br>\n"; Thanks, Hope
jasonabc Posted December 5, 2007 Posted December 5, 2007 That fix was for the USPS module - not UPS..... Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.