Hi guys and gals, I have spent the better part of two days now looking at paypal cart, google shopping cart, 3rd party shopping cart integrations etc... I currently have Paypal Buy Now buttons on my website and they work fine. All I want to do now is use the Paypal shopping cart. Taking into consideration I'm not great with coding, what is the easiest (and free!) way to get the paypal shopping cart working on my site. I love asp.net but this is driving me crazy! Thanks Ryan
Where in the process are you at? Paypal shopping cart is a component you should be able to add to your application fairly easily. They should have sample codes where you can copy and paste it to your html page.
Well, I can put the 'Add to Cart' button onto the site, but when I click on it, I see nothing (I had to change the code somewhat by taking out the form tags to get the buy now button to work) and I can't seem to figure out how to get a 'View Cart' and 'Checkout' buttons. Do I have to connect this to my own database somehow? I'd rather not if I don't need to.
Have you gone to there site? http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/sc-intro-outside You should be able to click on the demo button. It runs through the process fully installing the paypal shopping cart to the site. It gives some example codes and where to copy and paste it at.