Closed (fixed)
Project:
e-Commerce
Version:
master
Component:
shipping
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Aug 2006 at 23:26 UTC
Updated:
18 Sep 2006 at 00:30 UTC
The service field in the ec_shipping_service table is getting filled incorrectly. Specifically, we're getting duplicate data--the service and method fields both get what's supposed to go into the method field. For example, if the 'ups' service's '2DA' method is selected, both service and method get 2DAY as a value--instead of service getting 'ups' and method getting '2DA'. This is due to an error in how the data are passed from shipping modules to the shipping api.
Attached patch fixes the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| shipping-service.patch | 2.97 KB | nedjo |
Comments
Comment #1
nedjoUsers who have operated sites without this patch will need to correct their database records. If you have only used one service (e.g., UPS), this is easy. E.g.,
But if you've used e.g. both UPS and USPS the update is more complex. Here's a (draft, untested) suggestion:
You could run this in e.g. a PHP block using devel.module, or create a page of format PHP and run it there.
Comment #2
nedjoFix applied to both 4.7 and HEAD.
Comment #3
(not verified) commented