Mobile app version of vmapp.org
Login or Join
Connie744

: Storing visitor account info? This might sound pretty simple and dumb but I need your help here I am starting an eCommerce marketplace, I am pretty new to it so I just wanted to know when

@Connie744

Posted in: #Database #Ecommerce

This might sound pretty simple and dumb but I need your help here

I am starting an eCommerce marketplace, I am pretty new to it so I just wanted to know when a visitor/ buyer registers on my site, all the details of his account ( not credit card) other details like number, name, address, where will it be stored? in what database?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Connie744

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

It will be stored in what ever database you want.

Presumably you have a database that holds the items you are selling, in that case store the customer details in a table in that database.

In fact what you should have is two tables. One to hold the basic customer details (name etc.) and a second for addresses. That way you can have multiple addresses per customer (billing address, various shipping addresses) and share those addresses between customers so you don't end up with duplicate data in the system

You are correct in stating that you shouldn't store credit card details.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme