Shopping Cart going away? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Shopping Cart going away? (/showthread.php?tid=1515) |
Shopping Cart going away? - frocco - 03-17-2015 Hello, If I read this correctly, future versions of CI will not have the Shopping Cart, anchor_popup? If so, will it remain as an addon? This is one of the reasons I like CI over other frameworks. Thanks RE: Shopping Cart going away? - DevotionGeo - 05-02-2015 (03-17-2015, 07:47 AM)frocco Wrote: Hello,I think the Shopping Cart should be improved instead of being deprecated. The framework should not start ditching great FEATURES because they are hard to maintain / improve. And if its being deprecated what alternative is being given ? I think it will be completely unfair to ditch a great feature. RE: Shopping Cart going away? - dmyers - 05-02-2015 Being a all volunteer project (as far as I know nobody is paid?) like any good project manager the CodeIgniter team knows what resources they have in volunteers and time. Some stuff will continue to be updated and other stuff will be deprecated. That said if it's super important to you there is nothing stopping a developer like yourself from taking what we have today updating it for v4 (or when ever it's dropped). Then provide it back to the CI community as open source. It would be a great way to give back to the open source CodeIgniter Community! DMyers RE: Shopping Cart going away? - ivantcholakov - 05-02-2015 There is no mechanism the Shopping Cart to "go away" simply because it has been licensed under MIT within the CI3 code. RE: Shopping Cart going away? - wolfgang1983 - 05-03-2015 I use codeigniter 3 for my CMS projects and Open Cart for my eCommerce which is free and much better http://www.opencart.com/ I am making a cms similar structure to open cart but with HMVC. RE: Shopping Cart going away? - pinesystems - 05-03-2015 (05-02-2015, 03:14 PM)dmyers Wrote: Being a all volunteer project (as far as I know nobody is paid?) like any good project manager the CodeIgniter team knows what resources they have in volunteers and time. Some stuff will continue to be updated and other stuff will be deprecated. I would like to contribe, how do I get started? RE: Shopping Cart going away? - DevotionGeo - 05-03-2015 (05-03-2015, 09:36 AM)pinesystems Wrote:Fork the CodeIgniter repository and make changes to your copy (and test it), if it doesn't break any existing code, send a pull request.(05-02-2015, 03:14 PM)dmyers Wrote: Being a all volunteer project (as far as I know nobody is paid?) like any good project manager the CodeIgniter team knows what resources they have in volunteers and time. Some stuff will continue to be updated and other stuff will be deprecated. |