-1

I'm looking for a non-standard feature of a shopping cart: My partners should be able to preform some actions in my website, and gain money. At a certain point, a partner may whish to cash-out/withdraw the money she has gained to her pay-pal account.

Are you aware of such a reverse shopping cart? Open source solutions are preferred. Thanks!

P.S. I'm aware that this is not strictly a programming question. I hope it's fine.

Or Sattath
  • 159
  • 2
  • 4

1 Answers1

0

It's not really a shopping cart is it then?

Do you need the features of a regular shopping cart too?

If not, you really only need to write some code that talks to the PayPal API and tells it to send £X to Y.

Michael Baldry
  • 1,990
  • 2
  • 14
  • 28
  • Thanks clocKwize, I don't want to write a CMS from scratch, and yes, I need the features of a regular shopping cart too (creating users, sending them messages, etc.). – Or Sattath Sep 08 '10 at 10:47
  • You seem to be getting confused with the difference between a shopping cart and a cms. – Michael Baldry Sep 08 '10 at 11:08