Reputation: 2773
What web software systems of frameworks are necessary to develop a web application that has catalog of products and allows them to be buyed, using shopping cart and payment methods like, paypal, debit cards, credit cards etc...
The technology I am asking is php.
For example If I am developing system like this, can I finish the job using only Drupal or Joomla? What other subsystems should be added? Can someone give me examples? Or maybe using some CRM system?
I prefer opensource soulutions.
Upvotes: 1
Views: 185
Reputation: 136
You should consider osCommerce. It includes everything you are looking for, and it's open source.
For instance, take a look about the payment functionality:
Upvotes: 1
Reputation: 309
You can use Opencart. It also supports multiple stores. And it is done in PHP so it covers all your intentions. You didn't say if you want to be open source. Opencart is opensource. Shopify could be a solution too, but it is not free.
Upvotes: 0