Skip to content

Commit 1d5bdfc

Browse files
committed
#1757 Further changes on Combine "Nop.Plugin.Tax.CountryStateZip" and "Nop.Plugin.Tax.FixedRate"
Upgrade instructions: do not forget to manually delete "/Plugins/Tax.FixedRate" and "/Plugins/Tax.CountryStateZip" directories (they are not used anymore), and replace the plugin «Tax.FixedRate» or «Tax.CountryStateZip» by the plugin «Tax.FixedOrByCountryStateZip» in the App_Data/InstalledPlugins.txt file.
1 parent 5585c47 commit 1d5bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/Nop.Services/Installation/CodeFirstInstallationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6171,7 +6171,7 @@ protected virtual void InstallSettings()
61716171
{
61726172
TaxBasedOn = TaxBasedOn.BillingAddress,
61736173
TaxDisplayType = TaxDisplayType.ExcludingTax,
6174-
ActiveTaxProviderSystemName = "Tax.FixedRate",
6174+
ActiveTaxProviderSystemName = "Tax.FixedOrByCountryStateZip",
61756175
DefaultTaxAddressId = 0,
61766176
DisplayTaxSuffix = false,
61776177
DisplayTaxRates = false,

0 commit comments

Comments
 (0)