DEV Community

Discussion on: Creating Cart Entities | Building a Shopping Cart with Symfony

 
qferrer profile image
Quentin Ferrer

The price should always be recalculated until checkout. This tutorial is about the shopping cart and should be kept simple for learning to code with Symfony. As I wrote in the introduction, the checkout and order process are not supported.

Thread Thread
 
pelkas profile image
Łukasz Kuliński

Oh, sure. My brain seeing the Order and OrderItem entities automatically found that this is the place to hold the order price. Sorry to bother you.

Cheers :)