473,396 Members | 2,139 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

e-commerce

Hi

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

Thanks
Sam
May 10 '06 #1
6 1450
http://msdn.microsoft.com/vstudio/ex...terkit/#paypal

Thats for VS 2005 (Dot Net 2.0)

"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Hi

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

Thanks
Sam

May 10 '06 #2
HB
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!
"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Hi

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

Thanks
Sam

May 10 '06 #3
I was actually more concerned with the payment processing
I heard that there are third parties companies that implement the payments
alone

Thanks,
Sam

"HB" <re**************@notreal.com> wrote in message
news:DA*************@tornado.socal.rr.com...
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!
"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Hi

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

Thanks
Sam


May 10 '06 #4
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.

"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:uy**************@TK2MSFTNGP02.phx.gbl...
I was actually more concerned with the payment processing
I heard that there are third parties companies that implement the payments
alone

Thanks,
Sam

"HB" <re**************@notreal.com> wrote in message
news:DA*************@tornado.socal.rr.com...
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!
"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Hi

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

Thanks
Sam



May 10 '06 #5
Voted Best by developers voting at aspnet.Pro
http://bvsoftware.com/

Unique solutions for .NET payment processing
http://www.dotnetecommerce.com/

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Hi

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

Thanks
Sam

May 10 '06 #6
HB
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.


"liming" <ro*****@nospam.nospam> wrote in message
news:uv*************@TK2MSFTNGP02.phx.gbl... 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.

"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:uy**************@TK2MSFTNGP02.phx.gbl...
I was actually more concerned with the payment processing
I heard that there are third parties companies that implement the
payments alone

Thanks,
Sam

"HB" <re**************@notreal.com> wrote in message
news:DA*************@tornado.socal.rr.com...
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!
"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Hi

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

Thanks
Sam



May 11 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Laphan | last post by:
Hi All I seem to be getting to grips with the whole ASP DB ecommerce thing, but there are certain aspects that my knowledge is really thin. If poss, could you please advise or point me in the...
1
by: Miguel Dias Moura | last post by:
Hello, in 2 months i will create an eCommerce web site in ASP.net. I have been creating web sites in Flash, ASP, ASP.net and PHP for quite sometime. However i never created an eCommerce web...
0
by: VB Programmer | last post by:
I installed IBuySpy ECommerce app and customized an ecommerce site. Now I want to make a 2nd ECommerce app, based on the Starter Kit. But, when I run Setup it asks if I want to repair or...
6
by: J Rieggle | last post by:
Hi there, I am stuck on a problem that relates to eCommerce sites, but isnt ASP.NET specific (sorry). The ecommerce site is working in the UK, and products will be sold in pounds stirling. ...
7
by: Joe | last post by:
Hi there. I have to develop an eCommerce/intranet application for a client which obviously has to access a database(mysql in this case) and handle posting data to the server where I can hanle the...
2
by: Brent Borovan | last post by:
Over the next few months our company will be adding ecommerce functionality to a new web based service we are developing. Customers can sign up for the service and pay for it either on a monthly...
0
by: Lisa | last post by:
This is a unique opportunity to architect and build a new web site and integrate with all other company software to provide global commerce for our products on the web from the ground up. The...
2
by: Griff | last post by:
Hi We have an eCommerce site that was designed as a BusinessToBusiness system. When anyone accesses a page, the site checks to see whether they have a current session (i.e. already...
11
by: Greg | last post by:
How can C# be used for a website ? Would the person viewing a site need to have the .NET framework installed ? What other technologies would need to be used ? Would a database server be needed...
1
by: ss.morshedi | last post by:
Dear all; please answer my questions,tnx. 1.Explain the advantages of using XML with a database for ecommerce sites 2.Explain the functionalities of your website especially with regard to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.