Google checkout - Shipping

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
Hi

I've set up a Google checkout in sandbox mode and all processes correctly, puts the order in my database etc.

The only thing that I can't figure out is how to get the shipping added to the order.  I read about not using certain computation methods with Google checkout, so I tested it using fixed price and shipping by order value.  Both resulted in the Google order omitting the shipping cost.

Any help appreciated.

Thanks

Karl
14 лет назад
I'm having the same problem. I set up Google checkout and it doesn't add any kind of shipping. I tried adding shipping settings to Google as well as nopCommerce and no shipping ever makes it onto the total.

Also, none of the orders that I put through are showing up in nopCommerce under orders though they show up in Google.
14 лет назад
I got Google checkout to work with free shipping and it posts back to my site so it shows up in the orders in NopCommerce, but I can't figure out how to get any kind of shipping into Google checkout.

Google checkout can add shipping, but it says that if you send ANY kind of shipping info that Google checkout will not display shipping of its own -- but how can nopCommerce possibly be sending shipping info if the Google checkout button is BEFORE you choose shipping??

Can anyone help?
14 лет назад
I'm working on getting GoogleCheckout setup and wondered what API version you've setup under Google Checkout > Settings > Integration.

Thanks!
14 лет назад
I'm using nopCommerce 1.70.

My Google Checkout settings are:

My company will only post digitally signed carts: checked
API callback URL: https://www.domain.com/GooglePostHandler.aspx
Callback contents: notification as XML
API Version: 2.5
Notification filtering: checked

I can't figure out what shipment settings to set to get it to send shipment information. I know that nopCommerce currently doesn't support live shipment calculators, so flat-rate shipping stuff should work, or no shipping at all - but the only option that works for me is "free shipping".

I've gone into GoogleCheckoutPaymentProcessor.cs and I've commented out the shipment lines and tried that - I still don't get Google-added shipping. I CAN set my own flat-rate shipping options using:

req.AddFlatRateShippingMethod("Method Name", 4.99m)

The first option being the shipping method name and the second being the price. And THAT will show up in Google checkout, but that is all.

I'm also getting a bunch of notification errors in Google checkout tools/integration console... something about "expected serial number ws not contained in notification acknowledgement" - no idea what that means.

If anyone knows what shipment settings to set in order to get them into Google checkout... PLEASE let me know. I would also like to just send NOTHING and let Google handle it, if that's possible.
14 лет назад
I had the same problem, but just duplicated the shipping options in Google checkout 'Settings'.  For example, I have free shipping over $25, fixed rate of $8.50 less than $25.  In google checkout settings tab, you can set shipping rules and as long as they match your shipping rules set in nopCommerce, it comes it right.
14 лет назад
In my case I had activated two shipping calculation methods.

Hopes this helps you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.