Example #1
0
 def action_remove(self, resource, context, form):
     cart = ProductCart(context)
     cart.remove_a_product(form['id'])
Example #2
0
 def action_remove(self, resource, context, form):
     cart = ProductCart(context)
     cart.remove_a_product(form['id'])