ssolovey / ecp

ECP - Ecommerce project based on Magento
Open Software License 3.0
1 stars 0 forks source link

Product price calculation improvement #298

Closed ssolovey closed 10 years ago

ssolovey commented 10 years ago

Current algorithm is not sufficient enough since it updates fields in DB on each request to the product (so there is actually at least 2 extra requests to DB: first – update table with calculated price, second – retrieve price to show to end user). This algorithm should be totally re-factored, price will be calculated on-fly as soon as frontend requests price for end user. The procedure will be implemented as a method of user session so each user will have his own price depending on user group and company.

SkyLark commented 10 years ago

not actual any more after product page refactoring. Please close it.

ssolovey commented 10 years ago

agreed