Does anyone know of a shopping cart software that is permissions based? For example I have a client that wants to display all the items in their online store without prices. They only want the prices to be displayed to users who are logged in. Lastly, they want to control who gets a login account. thx,
Hi. What script language are you using? I've just finished developing a shopping cart in php (you can find some demos at http://www.vframe.byethost2.com) using php, mysql and Ajax. I had a hard time thinking how to make it as light and easy to use as posible and I concluded that it's impossible to satisfy any request out there. It only adds the interface to the shopping cart, the rest is up to the developer (in your case would be to create the script to manage logins). That's what you'll probably find out on the Internet in some other shape. Good luck!