0

Currently I have a site that is using Google Checkout's mini cart system and I like it a lot, however, I'm wondering if there is a more professional way of doing it, while still keeping it simple.

I've looked into an authorize.net account, but I need to find a way to handle the mini shopping cart before heading off to process the order.

Are there any good open source mini shopping carts that are not linked with a merchant service?

casperOne
  • 73,706
  • 19
  • 184
  • 253
Landmine
  • 1,759
  • 6
  • 39
  • 60
  • nopCommerce may be worth a look – AJ. May 05 '10 at 00:52
  • @Code Poet, thanks for a post. @AJ, thanks for that, but I've looked into it, and I'm not looking for a store front, just a cart system, basically, the products that are in the store are added dynamically from a folder (photo company), and if you put in the date and location you can see your photo and order it. Its not a standard online store by any measurement. – Landmine May 05 '10 at 00:55
  • 1
    sounds like you could build your own very simple system to do this. If all you want is an app to trawl a directory on your computer, iterate through the files and allow them to be previewed then added to a shopping cart, it's only really a trivial matter to write your own checkout process, especially if you're using something like Google Checkout or Paypal... – Richard May 05 '10 at 08:04

2 Answers2

1

Can't close the question, can still answer.

For Asp.Net one of the most popular shopping carts is AspDotNetStorefront. It's not inexpensive, but extensible.

PayflowPro ( run by PayPal ) might be an option you want to consider in the future. It's more professinoal than Paypal, fully skinnable.

Armstrongest
  • 15,181
  • 13
  • 67
  • 106
0

Went with Google Checkout, just wanted to close this question.

Landmine
  • 1,759
  • 6
  • 39
  • 60