Jump to content

how to empty the shopping cart?


Recommended Posts

in a controller (not .tpl it won't work)

$this->context->cart->delete();

 

Your code should work too but too but you added an extra ' which is used for string delimiters not variables

$cart = new Cart($id_cookie_carrito);
$cart->delete();

Link to comment
Share on other sites

in a controller (not .tpl it won't work)

$this->context->cart->delete();

 

Your code should work too but too but you added an extra ' which is used for string delimiters not variables

$cart = new Cart($id_cookie_carrito);
$cart->delete();

 

Ok thx i will try it :D

Link to comment
Share on other sites

×
×
  • Create New...