Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Config


jsteiner87

Recommended Posts

I was wondering how to change the top of the Internet Exploeror/Netscape so it would say something other than osCommerce.

 

Also, is there a way to only allow people that login to see the default.php page? I want only certain customers to see this page.

Link to comment
Share on other sites

I was wondering how to change the top of the Internet Exploeror/Netscape so it would say something other than osCommerce.

 

catalog/includes/languages/[language].php

 

look for TITLE.

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

mattice, is there a way to make the default page not display if the user does not type in a correct username and password. Considering the first page displayed is the login page. I am new to php and osCommerce and didn't know if there is a variable that can be changed or if the code could be reworked to get this done.

Link to comment
Share on other sites

The standard setup only knows 'Guests' and 'Logged In Users'.

It checks if you are logged in on certain pages (like checkout) if not you get re-directed. So to do what you want you'd have to copy that redirect code on to all the pages. If not logged in redirect to login sort of thing.

I think Linda has a contribution that does exactly that.

 

Check her website for it: http://www.thewebmakerscorner.com/

 

HTH

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...