Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Dec 2009 at 04:03 UTC
Updated:
22 Feb 2010 at 16:40 UTC
Jump to comment: Most recent file
Hi
In the final stages of testing, supposed to be live tomorrow.
Google Checkout appears to be using the "Online Shipping" price quote from USPS whereas the standard checkout appears to be using the "Standard" price quote. Any idea on how I can change it to one or the other so the customer would get the same price in either place? Thank you!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | uc_usps.module.patch | 929 bytes | tr |
| #2 | uc_usps.admin_.inc_.patch | 1.22 KB | tr |
Comments
Comment #1
TrevorG commentedPlease, anyone know? I'm sure it must be somewhere in the API call, but I really don't know.
Comment #2
tr commentedThe Ubercart Google Checkout module doesn't do any shipping calculations - that's done by Google. A search of Google's forums shows this is a well-known problem on Google's end that they always provide the "online" price and don't allow you to specify the "standard" pricing.
The Ubercart USPS module doesn't currently allow this to be configured either - it always returns the "standard" pricing. It's easy enough to change this so it's configurable, so I rolled a patch.
Comment #3
tr commentedComment #4
Island Usurper commentedWow. I don't think I ever knew about that option. Good to know it's there.
Thanks. Committed.