We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f9982 commit ad40c42Copy full SHA for ad40c42
src/Libraries/SmartStore.Services/Tax/TaxService.cs
@@ -255,7 +255,7 @@ private decimal GetOriginTaxRate(Product product)
255
/// <returns>Tax rate</returns>
256
public virtual decimal GetTaxRate(Product product, Customer customer)
257
{
258
- return GetTaxRate(product, 0, customer);
+ return GetTaxRate(product, product.TaxCategoryId, customer);
259
}
260
261
/// <summary>
0 commit comments