Page 1 of 1
Google Checkout Pulling Wrong Shipping Data
Posted: Fri Sep 05, 2008 8:10 am
by combra
Hopefully, I'm putting this in the right thread.
I have Google Checkout setup in sandbox mode for testing. When I add an item to the cart and checkout, Google Checkout will pull like 8 of the shipping quote options, instead of the correct ones (1-3) applied just to that product.
I know Google Checkout doesn't support multiple warehouses, but with level two integration, it is suppose to pull shipping for each product in the cart, add it up, and give the buyer the shipping options based upon their selections.
Hopefully there is a simple fix to this.
Thanks.
Re: Google Checkout Pulling Wrong Shipping Data
Posted: Fri Sep 05, 2008 7:19 pm
by combra
combra wrote:Hopefully, I'm putting this in the right thread.
I have Google Checkout setup in sandbox mode for testing. When I add an item to the cart and checkout, Google Checkout will pull like 8 of the shipping quote options, instead of the correct ones (1-3) applied just to that product.
I know Google Checkout doesn't support multiple warehouses, but with level two integration, it is suppose to pull shipping for each product in the cart, add it up, and give the buyer the shipping options based upon their selections.
Hopefully there is a simple fix to this.
Thanks.
More Info to my post above..
When it's pulling the shipping information, I'm not getting any errors in my Google Checkout Sandbox Intregration Console.
When I do hit the submit the order button, then I get this error, "We encountered an error trying to access your server at https://www.*mywebsite*.com/Checkout/Google/NotificationListener.ashx -- the error we got is: java.net.SocketTimeoutException: Read timed out"
With Google Checkout, Google says you don't need a SSL certificate (which I don't have on my development website) to use the sandbox, but with AbleCommerce's notificationlistener requiring https, I don't know if this is affecting the pulling of the shipping quotes problem. I haven't received a SSL error, and its even pulling the UPS direct quotes correctly, but it's also pulling all the other shipping quotes that are only suppose to apply to certain products.
Hopefully this additional info is more helpful.
Re: Google Checkout Pulling Wrong Shipping Data
Posted: Fri Sep 05, 2008 7:28 pm
by sohaib
When I do hit the submit the order button, then I get this error, "We encountered an error trying to access your server at https://www.*mywebsite*.com/Checkout/Go ... tener.ashx -- the error we got is: java.net.SocketTimeoutException: Read timed out"
That is probably because there is no service running on HTTPS on your server.
With Google Checkout, Google says you don't need a SSL certificate (which I don't have on my development website) to use the sandbox, but with AbleCommerce's notificationlistener requiring https, I don't know if this is affecting the pulling of the shipping quotes problem.
For use with sandbox you can specify non-SSL URL for call back.
http://www.*mywebsite*.com/Checkout/Google/NotificationListener.ashx
Re: Google Checkout Pulling Wrong Shipping Data
Posted: Fri Sep 05, 2008 7:34 pm
by combra
sohaib wrote:
For use with sandbox you can specify non-SSL URL for call back.
http://www.*mywebsite*.com/Checkout/Google/NotificationListener.ashx
Great. Thanks for the fast response! In my AbleCommerce admin store, that https callback url is uneditable. I can always change it on the Google Checkout side, but don't I need to change it in AbleCommerce as well? If so, how? Thanks!
Re: Google Checkout Pulling Wrong Shipping Data
Posted: Fri Sep 05, 2008 7:44 pm
by sohaib
In my AbleCommerce admin store, that https callback url is uneditable. I can always change it on the Google Checkout side, but don't I need to change it in AbleCommerce as well? If so, how? Thanks!
In admin console the URL is for display/information purpose only. It is there just to let the merchant know what URL he should be entering in Google Checkout.
You don't need to make any changes here.
Re: Google Checkout Pulling Wrong Shipping Data
Posted: Fri Sep 05, 2008 7:48 pm
by combra
sohaib wrote:In my AbleCommerce admin store, that https callback url is uneditable. I can always change it on the Google Checkout side, but don't I need to change it in AbleCommerce as well? If so, how? Thanks!
In admin console the URL is for display/information purpose only. It is there just to let the merchant know what URL he should be entering in Google Checkout.
You don't need to make any changes here.
Thanks, that solved that error message, but it's still pulling all the shipping options for every product as I mentioned previously...The shipping estimator gives the correct info based upon the rules I set up, but GCO doesn't seem to understand them or pull them correctly.