Add USPS Shipping Driver with tests, and i18n.
Change the Ship, Cart to do exception handling when calling a shipping driver, as that's the message passing interface between the modules. Add a noFormProcess field property that is recognized by processPropertiesFromFormPost.
This commit is contained in:
parent
909c8f62ae
commit
cbdd6077d5
10 changed files with 1209 additions and 18 deletions
|
|
@ -20,7 +20,12 @@ use Exception::Class (
|
|||
|
||||
'WebGUI::Error::Shop::MaxOfItemInCartReached' => {
|
||||
description => "Some items restrict how many you can put into your cart.",
|
||||
},
|
||||
},
|
||||
|
||||
'WebGUI::Error::Shop::RemoteShippingRate' => {
|
||||
description => "Errors during the remote rate lookups.",
|
||||
},
|
||||
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue