Welcome Guest, Not a member yet? Register   Sign In
Removing the last item of a cart
#4

[eluser]Блум[/eluser]
As it is written in http://ellislab.com/codeigniter/user-gui.../cart.html :
Code:
$data = array(
            'rowid' => $row_id,
            'qty' => 0
);
$this->cart->update($data);
should remove it. But it doesn't. :/ Talking about the last single item in the cart.


Messages In This Thread
Removing the last item of a cart - by El Forum - 05-03-2011, 03:39 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 04:32 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 04:37 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 04:40 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 04:45 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 04:47 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 04:49 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 05:05 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 05:19 AM
Removing the last item of a cart - by El Forum - 05-03-2011, 05:57 AM
Removing the last item of a cart - by El Forum - 08-11-2011, 06:18 AM
Removing the last item of a cart - by El Forum - 08-12-2011, 02:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB