Ask a Question related to Dreamweaver AppDev, Design and Development.
-
jeff fisher #1
Shopping cart with a twist
It's not your normal shopping cart; we don't sell tangible goods, we sell data
so most of the existing shopping carts out there really won't work for us. The
game plan is to allow the customer to select amount/type of data they wish to
purchase, enter their credit card info, submit to the credit card company,
receive conformation from the credit card company, send them the data via email
and allow them to log in to access their data on-line. Coming up with the code
to allow the customer find the data they are looking for isn't the problem; it's
figuring out how to send payment information, receiving that information that
I'm having some difficulties figuring out. We run our own server and are
building everything up in .net/SQL2000 - I just have never dealt with the
on-line credit card transactions before.
jeff fisher Guest
-
Shopping Cart Help!
Hi there. I'm a total newbie developing a small biz commerce website and have no idea how to configure a cheap, quick and easy shopping cart - does... -
shopping cart
Hi i would like to know. In CD-rom , it's possible to make a shopping cart I'm working on a site that requiers a shopping cart (just to calculate... -
Like a Shopping Cart but -NOT- a Shopping Cart
Have you ever seen www.apple.com/store? And if you noticed when you choose G5 for example... you select the kind of MAC and then you can customize... -
shopping cart shopping
Im looking to buy some ecommerce software to hook up to an HTML site. The company will have around 350 products or so to start out, and will be... -
JS shopping cart
peterct07@yahoo.com (Peter Cartwright) wrote in message news:<b6141bd7.0307171525.1c322082@posting.google.com>... Oops wrong forum -
clintonG #2
Re: Shopping cart with a twist
..netCharge is probably what you want to evaluate. More .net e-commerce
solutions are found at asp.net [1].
I've used ASP to write credit card payment processing interfaces for a cart
product that did not support the TicketMaster of Canada payment processor.
Its not too difficult but you have to pick your payment processor and dig
into their documentation.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL [url]http://metromilwaukee.com/[/url]
URL [url]http://clintongallagher.metromilwaukee.com/[/url]
[1] [url]http://www.asp.net/ControlGallery/default.aspx?Category=6&tabindex=2[/url]
"jeff fisher" <jeff@fisher.com> wrote in message
news:d5gdap$4e3$1@forums.macromedia.com...> It's not your normal shopping cart; we don't sell tangible goods, we sell
> data
> so most of the existing shopping carts out there really won't work for us.
> The
> game plan is to allow the customer to select amount/type of data they wish
> to
> purchase, enter their credit card info, submit to the credit card company,
> receive conformation from the credit card company, send them the data via
> email
> and allow them to log in to access their data on-line. Coming up with the
> code
> to allow the customer find the data they are looking for isn't the
> problem; it's
> figuring out how to send payment information, receiving that information
> that
> I'm having some difficulties figuring out. We run our own server and are
> building everything up in .net/SQL2000 - I just have never dealt with the
> on-line credit card transactions before.
clintonG Guest



Reply With Quote

