204
votes
129answers
21k views
How do you stop scripters from slamming your website hundreds of times a second?
[update] I've accepted an answer, as lc deserves the bounty due to the well thought-out answer, but sadly, I believe we're stuck with our original worst case scenario: CAPTCHA everyone on purchase …
65
votes
10answers
3k views
Payment Processors - What do I need to know if I want to accept credit cards on my website?
This question talks about different payment processors and what they cost, but I'm looking for the answer to what do I need to do if I want to accept credit card payments?
Assume I need to store …
17
votes
13answers
4k views
How do you detect Credit card type based on number?
I'm trying to figure out how to detect the type of credit card based purely on it's number. Does anyone know of a definitive, reliable way to find this?
14
votes
8answers
1k views
What is the best way to validate a credit card in PHP?
Given a credit card number and no additional information, what is the best way in PHP to determine whether or not it is a valid number?
Right now I need something that will work with American …
11
votes
6answers
1k views
If I sell products online in the US, do I need to collect sales tax?
If I sell software online in the US, do I need to collect sales tax? Does it matter whether my location is in the US or not? If so, who do I collect from (everybody)? And how do I pay it?
Also, …
10
votes
7answers
1k views
Selling software without having to roll out your own e-commerce web site
Ok so here's the story..
I have a friend who in his spare time wanted to learn a new language (F#). So what he did was he grabbed a book and wrote a tool which he then released to his teammates. He …
10
votes
10answers
7k views
Credit card expiration dates - Inclusive or exclusive?
Say you've got a credit card number with an expiration date of 05/08 - i.e. May 2008.
Does that mean the card expires on the morning of the 1st of May 2008, or the night of the 31st of May 2008?
10
votes
8answers
2k views
What’s a good free and open-source ASP.NET ecommerce solution?
Does anyone have experience with a good, free and open-source ecommerce solution for ASP.NET? I know there are a ton out there for PHP and other languages, but I'd like to find one written in .NET …
9
votes
5answers
415 views
Ecommerce Shopping Carts - Is there a gold standard?
Is there a gold standard among ecommerce shopping cart packages? I would prefer a .NET solution, but any suggestions are appreciated.
I have been looking at ablecommerce and aspdotnetstorefront …
9
votes
7answers
3k views
What’s the best free and opensource PHP ecommerce solution? (and why?)
I'd like to avoid coding one from scratch, so I'd like to see what the open-source community can offer :-)
Required features:
Easy way to insert items with photo
and description
Templates …
8
votes
10answers
692 views
Determine credit card type by number?
Can credit card type be determined solely from the credit card number?
Is this recommended or always ask client for the type of credit card they're using?
I googled about it and found this …
8
votes
9answers
483 views
Selling “downloadable” content - handling behind the scenes
I was thinking of throwing together a quick PHP or Django site for independently selling some "downloadable" content (music/mp3's) to which I am the artist/rights-holder.
I began to wonder if there …
8
votes
13answers
2k views
Best php/ruby/python e-commerce solution
I'm looking for an easy to skin and customize e-commerce package.
I've been reading good reviews about Magento, but it seems to have problems with performance. I've tried osCommerce before and found …
7
votes
6answers
389 views
Setting Up ECommerce in ASP.NET
I'm an ECommerce newbie. I'm looking for an exceptional guide for setting up casual ECom (or plugging it into an exsiting site) for ASP.NET, complete with recommended components for a product …
7
votes
2answers
294 views
Credit Card processing library that handles many merchant gateways?
Looking for a c# library that interfaces to multiple merchant gateways.
Should at minimum be able to handle PayPal and authorize.
