750
99.9
Sep 23, 2010
Mohamed:
The main reason is that the shopping cart is not persistent in the current implementation of the Design Pattern Framework.
If you have a Cart table in your database (i.e. you have a persistent cart), we recommend you implement the Cart object in the Business Layer, like all other persistent business objects.
Hope this helps.