Add the shippingDrivers entry to the config file.
Have the update script remove the old shipping plugin and add the new shipping driver entry to config files. Tests for Ship.t. getDrivers and some "new" code for Shop::Ship.
This commit is contained in:
parent
06e902c019
commit
f2c0a672f4
4 changed files with 141 additions and 7 deletions
|
|
@ -173,10 +173,10 @@
|
|||
|
||||
"paymentPlugins" : ["ITransact","Cash"],
|
||||
|
||||
# List the shipping plugins you have installed and wish to be
|
||||
# List the shipping drivers you have installed and wish to be
|
||||
# available for configuration on the site.
|
||||
|
||||
"shippingPlugins" : ["ByPrice", "ByWeight", "PerTransaction"],
|
||||
"shippingDrivers" : ["WebGUI::Shop::ShipDriver::FlatRate"],
|
||||
|
||||
# Specify the list of template parsers available in the system.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue