e-cart-5 international shipping error
Domestic USPS shipping is working correctly but the same item going out internationally is coming in at much too low of a rate.
Domestic USPS shipping is working correctly but the same item going out internationally is coming in at much too low of a rate.
can you send a copy of the checkout and confirm page so I can see how it is configured.
on the confirm page, add the following code just after the <body> tag:
<?php
if(!session_id()) session_start();
echo "<p>USPS: <br />";
echo "Full Request: ".(isset($_SESSION["store1_USPS_FullRequest"])?htmlentities($_SESSION["store1_USPS_FullRequest"]):"n/a")."<br />";
echo "Full Response: ".(isset($_SESSION["store1_USPS_FullResponse"])?htmlentities($_SESSION["store1_USPS_FullResponse"]):"n/a")."<br /></p>";
?>
this will add the full request and response being sent to the shipping provideer to the page and help us see what is going on.
I have enclosed the printout results
I have this tested this with the UK and Canada with similar results.
Does a international shipping trigger need to be added to shut off the state option which only apply's to the United States? International shipping is off by as much as 60%.
Jason
I posted the requested printout of my confirm.php page yesterday as you requested. Do you need anything else. The cart is unusable to me if it can't calculate international shipping rates.
I have created a support ticket so we can look into this issue further.
To view and edit your support ticket, please log into your support history:
supporthistory.php
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.