The problem is that i dont have payments .. All payment are on delivary
Show us the code.
--
"You can have everything in life you want if you help enough other people
get what they want" - Zig Ziglar.
Who did you help today?
session.cart_items=[{'id':123 ,'qty':1}, {'id':456, 'qty':3}]
items = session.cart_itemsif request.vars:session.cart_items.append({'id':request.vars.id ,'qty':request.vars.qyt})