e-commerce

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I want to set up my first e-commerce website. Any clues where to begin

Thanks
Sam
 
depends on if you have asp.net experience or just learning. If just
learning, there are too many issues with shopping carts, maintaining state,
credit card security, etc, and I'd suggest buying a shopping cart component
(none specifically) that integrates with the rest of the site. Shopping
carts are very complicated!
 
I was actually more concerned with the payment processing
I heard that there are third parties companies that implement the payments
alone

Thanks,
Sam
 
Two options.

1. Paypal. They provide payment standard and paymment pro. The difference is
one it takes your customers out to paypal for payment (return to your site
upon completion) and pro lets you process everything in the background ($20
monthly fee though) They offer plain form hidden fields for you to post to
them as well as webservices api for submission.

2. Authorize.net and merchant account. Authorize.net is another gateway
for ecommerce payment, but normally, you have to set up a merchant account
with a reseller first. Price varies.. but offers API for you to use as
well.

There are a lot other options like verizon and stuff, but the two above are
used the most. Paypal commerce starter kit covers the techical side of
option 1 and 2.
 
I absolutely agree with :

<<normally, you have to set up a merchant account
with a reseller first. Price varies.. but offers API for you to use as
well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

E-Commerce 5
Opinions on asp.net e-commerce software 4
Cookieless Sessions 1
IBuySpy 1
E-Commerce Login Question 1
E-Commerce application for asp.net 1
Forum or e-commerce software 1
Building an E-Commerce Site 2

Back
Top