nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

Drop "HasTierPrices" product column

Open AndreiMaz opened this issue 1 month ago • 0 comments

There's no need to keep "HasTierPrices" column in the "Product" entity.

It was required for performance optimizarion when we used Entity Framework. Now we can cache values between HTTP requests. Hence we can remove this property. Just ensure that tier prices are properly cached between HTTP requests

AndreiMaz avatar May 13 '24 08:05 AndreiMaz