Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems with Footer...and Copyright Text.


OsCStyles

Recommended Posts

You've added or deleted some html code that is causing the problem. You will need to isolate the file it is in and go from there. If the footer is like that on all pages, then the problem is probably in includes/footer.php or includes/languages/english.php. If it is only specific to one page, then that file would be at fault.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

You've added or deleted some html code that is causing the problem. You will need to isolate the file it is in and go from there. If the footer is like that on all pages, then the problem is probably in includes/footer.php or includes/languages/english.php. If it is only specific to one page, then that file would be at fault.

 

Jack

 

 

What file may that be?

Link to comment
Share on other sites

No, just the first page, the main page.
The the problem is in the index.php file. Replace yours with the one from your backup or the original source and see if that fixes it. If the code in that file has been altered, then you will need to compare them to find the problem. But the first step should be to isolate the file.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

The the problem is in the index.php file. Replace yours with the one from your backup or the original source and see if that fixes it. If the code in that file has been altered, then you will need to compare them to find the problem. But the first step should be to isolate the file.

 

Jack

 

 

Nope, that didn't even work either! :angry:

Link to comment
Share on other sites

I looked at your store and it looks fine to me:

 

http://img218.imageshack.us/img218/3395/heyhey15lr.jpg

 

I did not put the image in tags because I run a 19" monitor and 1600x1200 resolution, and I didn't think many people would like me table-breaking everything.

 

On a side note, I belive giving no credit to OSCommerce (meaning changing the footer to route to your own site) is against the TOS you signed when you downloaded and installed the package. Just a heads up.

Link to comment
Share on other sites

I looked at your store and it looks fine to me:

 

http://img218.imageshack.us/img218/3395/heyhey15lr.jpg

 

I did not put the image in tags because I run a 19" monitor and 1600x1200 resolution, and I didn't think many people would like me table-breaking everything.

 

On a side note, I belive giving no credit to OSCommerce (meaning changing the footer to route to your own site) is against the TOS you signed when you downloaded and installed the package. Just a heads up.

 

Ok, so there was nothing wrong with the footer? I mean, Im not yet finished with the store, that is why Oscommerce isnt there, but I will do that as soon as I can, thanks.

Link to comment
Share on other sites

It looks as if there should be a box there. I'm not sure what happened to it...only thing I see that may not need to be there is this:

 

<!-- right_navigation_eof //-->
</table></td>
 </tr>
</table>

 

Should be in your column_left.php, or maybe index.php. Not quite sure on that.

Link to comment
Share on other sites

Is that's what is causing the problem? :(

 

The correct way to remove an infobox is to comment it out inside your column_left.php file, in this case or column_right.php if it happened to be on the other side. It's appears that what you have done here is removed one of the ending tags, </tr> or </table>. So you have an incomplete table, row, or something on the left hand column and there for the footer is being drawn into that layout rather than appearing below the three cells that make up the middle of the page.

 

I would suggest going back to your backup of the page, then going into column_left.php. Find this section of code:

 

if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
 } else {
include(DIR_WS_BOXES . 'manufacturers.php');
 }

 

And comment it out.

 

Be well,

Tina

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Link to comment
Share on other sites

How so you comment it out?

 

/*
if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
} else {
include(DIR_WS_BOXES . 'manufacturers.php');
}
*/

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Link to comment
Share on other sites

When I typed that into the file, column_left.php, nothing happened...

 

Did you restore from the back up you made of your original index.php file?

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Link to comment
Share on other sites

Yes, and the Manufactures box I deleted came up.

 

The manufacture's box or any of the infoboxes for that matter are not part of the index.php file. They are included into the *_column.php files. So if you restored your index.php file and the manufacture's box came back, you have something haywire going on.

 

I don't know specifically what the problem is with your code, however I am quite certain is has to do with the information I gave you in my first post on this thread, you're missing an end tag somewhere. You'll have to carefully examine the code to see if you can find the problem.

 

Be well,

Tina

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...