![]() |
Anyone got a way to update cart items options, not just quantity? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Anyone got a way to update cart items options, not just quantity? (/showthread.php?tid=39753) |
Anyone got a way to update cart items options, not just quantity? - El Forum - 03-19-2011 [eluser]bloodylyons[/eluser] Been looking around for a way to update an option on my cart items but cant seems to find anything! the update function only updates the quantity, i've looked into modifying it but no joy, wondered if anyone has got this to work before? or knows of any extended library i can take a look at. cheers Anyone got a way to update cart items options, not just quantity? - El Forum - 03-21-2011 [eluser]Konfine[/eluser] Code: <?php Anyone got a way to update cart items options, not just quantity? - El Forum - 03-21-2011 [eluser]bloodylyons[/eluser] Cheers Konfine, i already managed to hack the core library, which i know is inadvisable... but i will extend it with my own MY_cart for sure |