I'm building this simple CF Shopping cart for this client and was wondering how
I should do the add to cart process. My problem with it is that most of here
products are unique therefore only one is available. Once the user adds it to
the cart, how would I go about and lock the product so other users cannot add
it to there cart or even. Should this be done in the DB?

Thanks in advance.