Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Layout Problems


tfittsy

Recommended Posts

Posted

My Site

 

I'm having a few problems with this site I'm attempting to build mostly related to layout issues. If you go to the page and click on any category on the left side, you'll notice that the info bar on the right side movies in by about 1.5x it's own width (at least on my screen) Also, the date, requests and osCommerce logo that are normally along the bottom are instead on the right side. I'm pretty sure they are related.

 

I'd like to have maybe 2 products wide, but don't know where to go for that, and also, when you click on a product, it says "This item was added to our catalog on ." Like the date was left out.

 

It's been a few weeks since I worked on this site at all, but I'm pretty sure the only contributions I've added was a phone order one and the Easy Populate one.

 

Sorry for asking so many questions in one thread. I don't really know where to start looking for info about the page layout or bugs like that. Thanks for any help.

Posted

You are missing (or have an extra) table tag (like <td> <tr> <table> </td> </tr> </table>) somewhere on index.php. I would suggest trying an untouched version of the index.php and see if that fixes the problem.

 

Then going back and adding any contribution code you may have added to the page, taking notes of what you are adding/changing as you go along. Incase it happens again.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted

what all have you cnanged on your index.php? easypopulate will not cause this, I have not looked at the phone order contribution.

Posted

a view source shows this for your currencies box

</<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted
a view source shows this for your currencies box

</<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

 

 

Where is that? I did a search for </< and it found nothing.. Also, which index.php is it? As far as I can tell there are like 4 of them. Sorry for my lack of understanding. Hopefully I'll be able to pick this up.

Posted

index.php in your main catalog folder

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted

I think I've fixed most of the problems I mentioned. I'm starting to learn how to read the code and how it works.

 

It was actually a problem with a file in /catalog/includes/boxes/currencies.php to get it fixed. I hope that was what was previously causing the problem and not just a workaround.

Archived

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

×
×
  • Create New...