This is my approach to the shopping cart thing in cakephp: A ShoppingCartComponent serves as an interface for the operations on the cart (add to cart, calculate price, etc.). Internally, it used cookies for not logged-in users, and a database for authenticated users. With this approach, anonymous users can still use the site, while authenticated users don't depend on an a specific computer to retrieve their cart. The same system can be extended to include a whishlist very easily.
On Oct 15, 3:35 pm, Bastian <[email protected]> wrote: > You can also check out phpshop or bakesale to see how you could create > shops with cakephp > > On 15 Okt., 09:01, aravind raj <[email protected]> wrote: > > > am a new to cakephp > > can any one help to have shopping cart in my project... > > > -- > > Aravind "Think Global Act Local" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
