There seems to be minor regression between 6.x-2.7 and 6.x-2.9 versions - due to backport from D7 side(?)
In Shipment data fieldset (shipment create/edit) shipping option chosen by the customer is currently displayed with shipment method id (rather than with label text as previously). Example as follows:
Customer selected "weightquote_11" as the shipping method and paid 4.90€
This is due to invoke of wrong hook ('uc_shipping_method' instead of 'shipping_method')
| Comment | File | Size | Author |
|---|---|---|---|
| ubercart-shipping_method_id_shown_instead_of_label.patch | 707 bytes | mitrpaka |
Comments
Comment #1
mitrpaka commentedComment #2
tr commentedThanks for catching that. Fix committed.