Merge branch 'USPS_int'
Adding International USPS driver.
This commit is contained in:
commit
1fc291954d
8 changed files with 1211 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ fixPackageFlagOnOlder( $session );
|
|||
addEMSSubmissionTables($session);
|
||||
configEMSActivities($session);
|
||||
removeOldWebGUICSS($session);
|
||||
|
||||
addUSPSInternationalShippingDriver( $session );
|
||||
|
||||
# upgrade functions go here
|
||||
|
||||
|
|
@ -174,6 +174,14 @@ ENDSQL
|
|||
}
|
||||
|
||||
|
||||
sub addUSPSInternationalShippingDriver {
|
||||
my $session = shift;
|
||||
print "\tAdd the USPS International shipping driver... " unless $quiet;
|
||||
# and here's our code
|
||||
$session->config->addToArray('shippingDrivers', 'WebGUI::Shop::ShipDriver::USPSInternational');
|
||||
print "DONE!\n" unless $quiet;
|
||||
}
|
||||
|
||||
sub fixPackageFlagOnOlder {
|
||||
my $session = shift;
|
||||
print "\tFixing isPackage flag on folders and isDefault on templates from 7.6.35 to 7.7.17 upgrade. If default templates have been deleted from your site, you may see warnings about not being able to find assets. You may safely ignore those warnings. This entire process may take a while.. " unless $quiet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue