stewj1 Posted November 13, 2002 Posted November 13, 2002 Could someone look at the Midicart PHP cart www.midicart.com and look at the demo cart, it has an article no. (Part #), it might be a nice add-on to oscommerce. Also when going into the Admin, it asks for a password. I don't know much PHP, but could someone create a Admin login password that is encrypted like the customer password in the database. It seems to me an Admin password is more critical than the user password. I looked at it and I an trying to learn PHP on the side, but it might be easier for someone to incorporate the encryption into the admin password in the database as well as the customer. Just some ideas. Thanks
dahammer2 Posted November 13, 2002 Posted November 13, 2002 Most people just use the webservers basic authentication. Most host control panels allow you to put down a .htaccess file which makes a directory password protected. Check with your host, you won't need php at all then With the part# art# you just want people to search by a product # right? Wouldn't be too difficult to do, but not something I can easily answer in a forum post Also its often better for separate posts for questions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.