Thanks for the advice...
I know there has been a lot of WordPress suggestions, but I do love using zen cart with the ease of already knowing a lot about customizing it. The EZpages, and the help from this forum is what has allowed me to create numerous websites the last 6 years. Plus, knowing that I can easily turn each one of my websites into a place where I can also sell items is reassuring to me and my clients.
Long story short, here is what I did to make it work. For those that sell items and have customers log in to buy items, this solution probably won't work. Bust because I have a website that doesn't sell items, this seems to work for me:
I first put a link on my website pointing to the page where people can log in (http://www.mywebsite.com/index.php?main_page=login). Then I created one account that I will send out that everyone can use to log in. After created my email username and password, i went ahead and modified my log in page, "includes/templates/CUSTOM/templates/tpl_login_default.php". I only kept the email input, password input, and log in button. Everything else I cleared with <!-- -->. I didn't want to have the forgotten password or the create account text/inputs.
Then the page I am going to use to display the members contact information is "includes/templates/CUSTOM/templates/tpl_account_default.php" (or http://www.mywebsite.com/index.php?main_page=account). I cleared all the info on that page, like "account history", "change password", etc with <!-- -->. I will be creating a table on that page that displays my members name, ability level, email, and phone number. The reason I used this page because it seems like this page can only be found after someone logs in (am I wrong?). I just don't want this page to be found on google search. Does anyone have suggestions to make this "account page" more secure so the email and phone numbers won't be found on search engines or with people that don't log in? Or will I be ok?
My last task is to find the file and code where it redirects to "http://www.mywebsite.com/index.php?main_page=account" (tpl_account_default.php), instead of going back to the home page after you click login and successfully log in. Does anyone know where to find that?
As I'm sure there a many other ways, this way seems to be working for me so far.