jen_jl Posted July 8, 2003 Share Posted July 8, 2003 I would like to make the registration not required to purchase. Has anyone done this? Do directions exists? I don't know where to start. And I am selling an item that is to be sold only to licensed racers. I need to collect their license number them allow them to purchase the product. How to I prevent others from buying that restricted product? Thanks! Link to comment Share on other sites More sharing options...
Guest Posted July 8, 2003 Share Posted July 8, 2003 Purchase without account will handle the first problem. You will probably have to do some custom coding for the second one. I would probably add a field for the license number to the customer's account information. That way it will be stored from session to session. Regardless of where you store it, you will need some kind of validation at checkout. You should probably put the validation in both early (so the customer doesn't waste a lot of time before finding out that they can't complete the order) and late (in case someone figures out a way to bypass the beginning of the checkout). Hth, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.