Suppose a user is on a category page and sees a product priced at 100$ that is very satisfying because it is cheap, but suppose at the same time the admin changes the price of that product to 500$.
At that moment, person A will see the price of that product increase to 500$ (dynamically updated)
So in another case: now on the shopping cart page: suppose the user has placed an order and that order costs: 230$ (200$ product) and 30$ shipping
So if during that process the admin adjusts the price of that product to 300$ ===> then the order will be updated to 330$
===> general: issue related to admin updates affecting users
Compared with the above problem, can it happen?
Someone please help me
TUTORIAL Boss -Channel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.