Click to See Complete Forum and Search --> : How to sell stuff on web page?


guest
03-11-2005, 06:59 PM
How to make application on HTML based web site to sell some fonts?

misteralexander
03-11-2005, 08:44 PM
Companies sell services like that. You'd just make your own HTML FORM and then set the <FORM ACTION=> to what ever CGI they have to process the form. They might even have the HTML done for you. I Google'd "ecommerce" and came up with a bunch, this site http://www.mals-e.com/ but I'm sure you can find a million others to do what you need.

PeOfEo
03-11-2005, 09:16 PM
It cannot be done with just html. You need a server side script and a payment gateway. I would suggest using a payment service as
misteralexander said. This is not something for the inexperienced, if you have any kind of error in your code and a hacker can exploit it you can loose a lot of money (probably in court because you could get sued). Paypal is a good way to have online buying, they will offer greater buyer and seller security than just any old payment gateway.