![]() |
CI Shopping cart - can't not update options value (size or color) - 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: CI Shopping cart - can't not update options value (size or color) (/showthread.php?tid=52005) |
CI Shopping cart - can't not update options value (size or color) - El Forum - 05-25-2012 [eluser]Kency[/eluser] Hi experts! I got problem when trying update cart with Size and Color, i cant update it My code to insert to cart Code: function validate_add_cart_item(){ and my code to use to update cart Code: function validate_update_cart(){ but it cant update size and color ( it can update quantity ) How can i update size and color? CI Shopping cart - can't not update options value (size or color) - El Forum - 11-11-2012 [eluser]Unknown[/eluser] I had same problem about updating cart product options, using CI ver 2.1.2 and i got solution from this : codeigniter cart update product options |