I posted this before, but maybe there are some new members who possibly made this happen, you never know.....
I have a cart owner who wants to limit the sale of one particular item to "One per customer" (not just one per order, that's easy). I know, he can go in if they order a second time and just delete the order, but this is something he wants to work on it's own. I currently have that one item outside of the cart system, using a cookie to track the buyer (I would try to do it within the cart system, but I have had no success integrating non-cart cookies into the cart system), but if the buyer is savvy, they can delete the cookie to circumvent the lockout. I need something that can be added to the database that says "already bought" so the user cannot possibly bypass the system to buy a second one.
I have tried a few things, but nothing has worked so far. I usually figure these things out eventually, but I'm tired of hitting my head against the wall on this one.



