BV Commerce Forum
»
BV Commerce Support
»
General Support
»
StartGoogleCheckout includes extra shipping method names
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
I mentioned this is a previous post but worried that it may be lost in the shuffle. I have shipping rate providers that will not return any names from GetSelectedShippingNames. They do this on purpose based on business rules if the names should not appear in Google Checkout. The Google Checkout Payment editor handles this correctly. That is, it will not ask for default values for a shipping method if GetSelectedShippingNames returns an empty list. StartGoogleCheckout does *not* handle this correctly. That is, it sends the method name to Google Checkout if GetSelectedShippingNames returns an empty list. I was able to fix this by removing line 135 from StartGoogleCheckout.vb Code: cart.AddMerchantCalculatedShippingMethod(method.Name, GetDefaultShippingAmount(context.Order, method.Name) + handlingAmount, restriction)
|
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Gotcha, we have resolved this now. Thanks. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.