CodeIgniter Forums
Can't insert cart using CI Cart Class - 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: Can't insert cart using CI Cart Class (/showthread.php?tid=53320)



Can't insert cart using CI Cart Class - El Forum - 07-19-2012

[eluser]ronaldlayanto[/eluser]
Hi, first of all, I'm a newbie at CI
Recently I develop a project which is require Cart class

I follow all the instruction in user guide, but still I can't add any single item into the cart
I loaded the library, I use the method properly, and for additional info I already set the config file to save the sessions into database

FYI, I use CI 2.1.2

Anyone has encountered this problem before?
Any helps will be appreciated

Thanks before


Can't insert cart using CI Cart Class - El Forum - 07-19-2012

[eluser]ronaldlayanto[/eluser]
Fixed...
Just found out I have to put in the price
Previously I just set the price into 0

Thanks a bunch Smile