CodeIgniter Forums
Extending the 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: Extending the Cart Class (/showthread.php?tid=38544)



Extending the Cart Class - El Forum - 02-10-2011

[eluser]mikegeorgeff[/eluser]
I am building a simple online store for a customer, I have everything working fine except they want a field that holds a shipping price separate from the items price. How can I extend the cart class to add an additional field for shipping?


Extending the Cart Class - El Forum - 02-10-2011

[eluser]troy_mccormick[/eluser]
You can simply utilize the options array to add the shipping price...

http://ellislab.com/codeigniter/user-guide/libraries/cart.html