nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.22k stars 5.29k forks source link

Drop "HasTierPrices" product column #7187

Closed AndreiMaz closed 3 months ago

AndreiMaz commented 4 months ago

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

exileDev commented 3 months ago

Closed #7187