I have just dived into PHP ocean. I am basically a Java developer and learning PHP, and it seems to be literally an ocean of PHP API, Frameworks and e-commerce solution etc. So, basically I'm confused.

I wanted to know about PHP e-commerce solutions. I came across several things like Maganto, Zen Cart and several other. Here is my question.

What is the best or most common e-commerce/shopping cart solution available- Zen cart, Magento etc...- ? Any good and simple tutorials that covers most of the aspects of the most commonly used e-commerce solution?

Thank you very much.

link|improve this question

65% accept rate
1  
It doesn't make any sense to say what is best and what is worst, each solution/framework is entirely different in structure, except could have common things like MVC. Choosing any framework strictly depends on the requirements. – dev Oct 19 '11 at 11:13
@dev Thanks for your response. Lets put it this way . What is the most commonly used e-commerce/shopping cart solution in PHP? – Ali Oct 19 '11 at 11:16
@Ali That's still very subjective – Ben Oct 19 '11 at 11:18
@Ben hmm, then list a few good e-commerce solutions (2 to 3) for someone who knows little about shopping carts and e-commerce. – Ali Oct 19 '11 at 11:20
feedback

closed as not constructive by Mat, Your Common Sense, Ben, Damien Pirsy, Juhana Oct 19 '11 at 11:54

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

this is offtopic question on the programmers site.
we do write programs, we do not use them.

if you were asking how to write a shopping cart in PHP, I'd answer that it is like 50 lines using sessions.

if you are interesting in using some existing software, please discuss it with the fellow users on the http://superuser.com/.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.