Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to edit footer ( or is it something else )oscommerce


janalyssa

Recommended Posts

Please help me take a look at my site and see what have I done to cause the "s" to appear at the bottom( or footer) of the index page? http://www.doormatpersonalization.com

 

Also, can someone tell me how can I get rid of the " continue" button at the bottom of the rest of the pages on the site ( except index page)

 

Thanks a bunch!!

Link to comment
Share on other sites

Please help me take a look at my site and see what have I done to cause the "s" to appear at the bottom( or footer) of the index page? http://www.doormatpersonalization.com

 

Also, can someone tell me how can I get rid of the " continue" button at the bottom of the rest of the pages on the site ( except index page)

 

Thanks a bunch!!

 

I'm not sure where that "s" is coming from but I think it might be in the catalog/includes/footer.php. Another problem, and this may be related, is you've got two closing </body> and </html> tags. This indicates that there may be either something wrong in the footer file or some other file that gets included on every page. The reason I say this is because it appears the "s" is on every page. To remove the continue button, you will have to highlight that line on every page of your website and delete it, or put it inside html comment tags.

 

Matt

Link to comment
Share on other sites

The problem is more serious than that. You actually seem to have a web page within a web page somehow. Look at the page source... line 147 is an opening <td class="main"> that then starts a fresh <HTML> open! Looks like you're including a whole new webpage somehow. Even the included webpage has 2 <body> open tags (lines 156 and 158).

 

Hmmm. Quite a mess at the moment. I suggest you clear that lot up first before worrying about the 'S'.

Link to comment
Share on other sites

The problem is more serious than that. You actually seem to have a web page within a web page somehow. Look at the page source... line 147 is an opening <td class="main"> that then starts a fresh <HTML> open! Looks like you're including a whole new webpage somehow. Even the included webpage has 2 <body> open tags (lines 156 and 158).

 

Hmmm. Quite a mess at the moment. I suggest you clear that lot up first before worrying about the 'S'.

 

 

Agreed. I didn't notice that in the source. Good catch!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...