e commerce - php shopping cart, creating a sign up and pay online page -
OK fixes my problem, im builds a site where people first sign up and directly After the payment, my problem is whether the customer who signs up uses a different card to pay for example, his wife sign up to store the details of the card and get the SSL certificate Information and payment information I am trying to figure out how to match ... I need this so that I can tell if they have paid. IM is writing it in PHP, currently sends me an email when they have a database Sign up instead of being straightforward, any help? The simplest thing is that it comes to mind that there will be options on the payment screen, which will give you the following: (1) Use the billing information that you provided during registration (2) Specify the name as it appears on the card (as most sites I have ordered to join) Does this answer your question? If you are worried about matching the account, if they use a different name, then I will think of the way the session is running, I will consider ...