Can I contribute to CodeIgniter's open source e-commerce application?

I would like to participate in open source projects to try to get rid of the n00b-hood, which seems to cling to me like a gecko to fly.

It seems that there are no open source e-commerce solutions based on codeigniter - a Google search, a search on Github, and a search on Stackoverflow showed 0 consistent results.

If anyone knows about such a project, let me know so that I can contribute to the development - this is the only way I will ever improve, and I'm sure that any mentor would like to help a little on their favorite project ...

Also, I think that Oscommerce (and any of them are numerous cousins) seems a bit immature in this regard even to a non-ninja like me, and magento is completely undemocratic with its insistence on innoDB requirement and the impossible complexity of the code architecture.

+3
source share
3 answers

So far, I have found only 2 e-commerce solutions that use codeigniter.

E-commerce in the igniter code talked a lot. It puzzles me why there are so few applications developed in this area.

, , CI 2.0 - !

+2

GoCart, CodeIgniter: http://gocartdv.com/.

+2

I would look at OpenCart - this is not a coding system, but it is based on the MVC model, and the source is very organized. You can manage most of the templates, it has built-in localization and several taxes, etc.

0
source

All Articles