PayPal works with Umbraco, although you have to do some form wrangling sometimes.
There is no package specific to PayPal that I know of though.
I've used Commerce 4 Umbraco and it works pretty well. However, I wouldn't call it a simple solution. If you're using PayPal and have a simple category structure, it works pretty well out of the box though.
Need a simple shopping cart
What are my options for adding a simple shopping cart to Umbraco?
Are there existing add-on modules for this, and if so what are the pros and cons of each?
I don't know much about shopping carts, so a simpler solution would be better. My site needs to allow the purchasing of a handful of products.
Much thanks
Hi there, there are a couple of options for you.
Commerce 4 Umbraco:
http://our.umbraco.org/projects/commerce-for-umbraco
Google Checkout:
http://our.umbraco.org/projects/google-checkout-for-umbraco
uCommerce (commercial):
http://www.ucommerce.dk/
Hopefully one of the above will help you with what you're trying to accomplish.
Cheers,
Nik
PayPal works with Umbraco, although you have to do some form wrangling sometimes.
There is no package specific to PayPal that I know of though.
I've used Commerce 4 Umbraco and it works pretty well. However, I wouldn't call it a simple solution. If you're using PayPal and have a simple category structure, it works pretty well out of the box though.
i actually have really enjoyed this script... http://simplecartjs.com/ i used it successfully here...
http://www.manualnumbercruncher.com/shopping-cart
i created a product DocType,
a product attribute DocType,
and a product option DocType...
basically, my products can have attributes, like color, size, etc. and the attributes have options... like red, blue, large, small, etc.
i have an xslt that renders the products as the script likes them, and the js does the rest.
it then feeds the entire cart to payPal or google checkout...
try it out and let me know if you need more info.
Zeuscart is the best free GPL Shopping Cart Software.
is working on a reply...