Welcome Guest, Not a member yet? Register   Sign In
Cart Class - Add another product
#1

[eluser]alan-tucker[/eluser]
Hi

When adding a product to the basket which has already been previously added how can I update the QTY? One issue is production option combinations where they have the same id/sku coder but may have different options of like a colour or/and size etc.

Code:
$data = array(
                             'id'      => $this->input->post('id'),
                             'qty'     => $this->input->post('qty'),
                             'price'   => $this->input->post('price'),
                             'name'    => $this->input->post('name')
                        );
    $this->cart->insert($data);                
    redirect($this->config->item('base_url')."basket/");

Thanks


Messages In This Thread
Cart Class - Add another product - by El Forum - 09-18-2009, 03:03 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:00 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:07 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:09 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:10 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:24 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:30 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:30 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:37 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:41 AM
Cart Class - Add another product - by El Forum - 09-18-2009, 06:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB