You could save the items to the DB and then store the ID in session
(session.cart_id=1) or store the contents right in the session cookie:
session.cart_items=[{'id':123 ,'qty':1}, {'id':456, 'qty':3}]
- [web2py] creating a shopping cart using session Hassan Alnatour
- [web2py] Re: creating a shopping cart using session pbreit
- Re: [web2py] Re: creating a shopping cart using s... hasan alnator
- Re: [web2py] Re: creating a shopping cart usi... pbreit
- Re: [web2py] Re: creating a shopping cart... hasan alnator
- Re: [web2py] Re: creating a shopping... pbreit
- Re: [web2py] Re: creating a shop... Hassan Alnatour
- Re: [web2py] Re: creating a ... Keith Edmunds
- Re: [web2py] Re: creating a ... Hassan Alnatour
- Re: [web2py] Re: creating a ... pbreit

