![]() |
How do I update Cart Options using Codeigniter 2x Cart Library? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: How do I update Cart Options using Codeigniter 2x Cart Library? (/showthread.php?tid=62843) |
How do I update Cart Options using Codeigniter 2x Cart Library? - lepcha - 09-01-2015 I search through documents provided by Codeigniter for updating cart options value, but it only mention updating Cart value not option value. I tried to update something like this. Code: foreach ($this->input->post() as $key => $value) { But didn't work out. I googled it but none of them worked for me. |