Skip to content

Commit e97e2f7

Browse files
Combined shipping methods into single plugin SmartStore.Shipping
1 parent cb2418f commit e97e2f7

50 files changed

Lines changed: 534 additions & 901 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Libraries/SmartStore.Core/Packaging/Updater/AppUpdater.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,9 @@ private void MigrateInitial()
291291
{ "Shipping.ByWeight", "SmartStore.ShippingByWeight" },
292292
{ "Payments.DirectDebit", "SmartStore.OfflinePayment" },
293293
{ "Tax.FixedRate", "SmartStore.Tax" },
294-
{ "Tax.CountryStateZip", "SmartStore.Tax" }
294+
{ "Tax.CountryStateZip", "SmartStore.Tax" },
295+
{ "Shipping.ByTotal", "SmartStore.Shipping" },
296+
{ "Shipping.FixedRate", "SmartStore.Shipping" }
295297
};
296298

297299
foreach (var name in installedPlugins)

src/Plugins/Shipping.ByTotal/Description.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Plugins/Shipping.ByTotal/Localization/resources.de-de.xml

Lines changed: 0 additions & 100 deletions
This file was deleted.

src/Plugins/Shipping.ByTotal/Localization/resources.en-us.xml

Lines changed: 0 additions & 100 deletions
This file was deleted.

src/Plugins/Shipping.ByTotal/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Plugins/Shipping.ByTotal/RouteProvider.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/Plugins/Shipping.FixedRate/Description.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Plugins/Shipping.FixedRate/Localization/resources.de-de.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Plugins/Shipping.FixedRate/Localization/resources.en-us.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Plugins/Shipping.FixedRate/Notes.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)