Welcome Guest, Not a member yet? Register   Sign In
Cart Class
#1

[eluser]the_unforgiven[/eluser]
Hi all,

Currently working with the shopping cart class and ive got working the insert in cart and to show the cart items but when i do update of qty nothing happens...

Here's the code:
Code:
function update_cart()
{
  $update = array(
          'rowid' => $this->input->post('rowid'),
          'qty'   => $this->input->post('qty')
  );

  $this->cart->update($update);
  $this->session->set_flashdata('message','Your shopping cart has been updated!');
    redirect('home/cart','refresh');
}

Just been referencing to the manual, so nothing used in terms of anyone elses classes or libs.
Help greatly appreciated.


Messages In This Thread
Cart Class - by El Forum - 05-09-2012, 04:41 AM
Cart Class - by El Forum - 05-09-2012, 05:47 AM
Cart Class - by El Forum - 05-09-2012, 06:03 AM
Cart Class - by El Forum - 05-09-2012, 06:15 AM
Cart Class - by El Forum - 05-09-2012, 06:40 AM
Cart Class - by El Forum - 05-09-2012, 06:41 AM
Cart Class - by El Forum - 05-09-2012, 06:53 AM
Cart Class - by El Forum - 05-09-2012, 06:58 AM
Cart Class - by El Forum - 05-09-2012, 07:00 AM
Cart Class - by El Forum - 05-09-2012, 07:03 AM
Cart Class - by El Forum - 05-09-2012, 07:07 AM
Cart Class - by El Forum - 05-09-2012, 07:10 AM
Cart Class - by El Forum - 05-09-2012, 07:14 AM
Cart Class - by El Forum - 05-09-2012, 07:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB