Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need HELP configuring pages


natisha

Recommended Posts

I am trying to figure out how to delete items from the left or right columns on my login.php page. I was able to do it on my index page but not the login page. Does each php file have to be modified? Here is my index and login page. If you look at the index page my right column is completely gone and my left column has certain includes missing. That is because I did it that way. But once I go to the login.php page the columns are still there and the OSCOMMERCE.gif picture is showing up instead of my .gif picture. Other pages are having the same issue. Please help.

 

http://www.babyandmeinc.com/oscommerce/

 

https://www.babyandmeinc.com/oscommerce/login.php

Link to comment
Share on other sites

I am trying to figure out how to delete items from the left or right columns on my login.php page. I was able to do it on my index page but not the login page. Does each php file have to be modified? Here is my index and login page. If you look at the index page my right column is completely gone and my left column has certain includes missing. That is because I did it that way. But once I go to the login.php page the columns are still there and the OSCOMMERCE.gif picture is showing up instead of my .gif picture. Other pages are having the same issue. Please help.

 

http://www.babyandmeinc.com/oscommerce/

 

https://www.babyandmeinc.com/oscommerce/login.php

 

 

you simply add for the individual boxes in column_left.php

 

if (!stristr(basename($PHP_SELF),'login.php')) {

include box A

}

 

that means that box A will be displayed everywhere but not on the login page.

Treasurer MFC

Link to comment
Share on other sites

you simply add for the individual boxes in column_left.php

 

if  (!stristr(basename($PHP_SELF),'login.php')) {

  include box A

}

 

that means that box A will be displayed everywhere but not on the login page.

 

So this automatically takes all of the boxes out on the login.php page? Sorry I am a newbie and still trying to understand it all. How about my OSCOMMERCE.gif file. Even though I changed the OSCOMMERCE.gif file to a different pic it still shows the generic OSCOMMERCE picture. Can you help on that?

Link to comment
Share on other sites

Do you have a duplicate set of oscommerce files for your secure pages?

 

I checked http://www.babyandmeinc.com/oscommerce/login.php and your picture is there

 

while it's not at https://www.babyandmeinc.com/oscommerce/login.php

 

(Note: I know virtually nothing about secure links etc. so if this is a stupid question just ignore it)

Forum search

Contributions search

Documentation search (note: docs being adapted for MS3, may be different for MS2)

3 tips for better forum searching

 

Want to post? Read this first:

osCommerce for dummies

Topic name etiquette

 

Basics:

Basics for design

Right syntax to use near '-20, 20'

Cannot re-assign $this

Parse error

Link to comment
Share on other sites

Do you have a duplicate set of oscommerce files for your secure pages?

 

I checked http://www.babyandmeinc.com/oscommerce/login.php and your picture is there

 

while it's not at https://www.babyandmeinc.com/oscommerce/login.php

 

(Note: I know virtually nothing about secure links etc. so if this is a stupid question just ignore it)

 

 

That is a great question. Thanks for the clarification but I do not know how to check if I have duplicate pages for my secure pages. Who do you think I can ask?

Link to comment
Share on other sites

Note: I know virtually nothing about secure links etc.

 

I guess you can ask your host unless your secure pages run through some other service(host?)

Forum search

Contributions search

Documentation search (note: docs being adapted for MS3, may be different for MS2)

3 tips for better forum searching

 

Want to post? Read this first:

osCommerce for dummies

Topic name etiquette

 

Basics:

Basics for design

Right syntax to use near '-20, 20'

Cannot re-assign $this

Parse error

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...