Vlad
Vlad

Reputation: 2773

Developing shopping web app

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

Answers (2)

Josepanaero
Josepanaero

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:

  • Accept numerous offline payment processing (cheque, money orders, offline credit care processing, ..)
  • Accept numerous online payment processing (PayPal, 2CheckOut, Authorize.net, iPayment, ..)
  • Disable certain payment services based on a zone basis

Upvotes: 1

Hristo Petev
Hristo Petev

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.

http://www.opencart.com/

http://www.shopify.com/

Upvotes: 0

Related Questions