Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Left Column - pushed to bottom on poduct page


Dnj1964

Recommended Posts

Posted

Left column shows perfect on index but is pushed to the bottom on the product page as if there is no column.

Posted

That usually happens due to an extra or missing div tag. Have you made any code changes? If not, it could be due to the product description. Add a new product without a description and see if it displays correctly or not. If it does, then the problem is in your product descriptions. If it doesn't, then some code that is only on the product page (assuming that is the only place it fails) is at fault.

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

Posted

check the width settings on your product_info page add-on's. That can mess things up is you don't set it corectly.

 

Posted

Thanks, lots of changes...probably got over zealous with deleting

11 minutes ago, Jack_mcs said:

That usually happens due to an extra or missing div tag. Have you made any code changes? If not, it could be due to the product description. Add a new product without a description and see if it displays correctly or not. If it does, then the problem is in your product descriptions. If it doesn't, then some code that is only on the product page (assuming that is the only place it fails) is at fault.

 

Thanks, going to check that as well!

10 minutes ago, JcMagpie said:

check the width settings on your product_info page add-on's. That can mess things up is you don't set it corectly.

 

 

Posted

product_info is moduler, just turn off each module one at a time to see which one is causing the problem, either width or missing div will show it self.

 

Posted

I did turn off a couple guess I didn't go far enough

31 minutes ago, JcMagpie said:

product_info is moduler, just turn off each module one at a time to see which one is causing the problem, either width or missing div will show it self.

 

Posted

Wouldn't you know it is JcM Product Description w/tabs (old version)

 

Set to 8 and gallery set to 4

Posted

Yes unless you moded the product_info.php in index it's got to be one of the modules, I'm sure you have done this before but unable to remember what it was last time. 😊

 

Posted

Definitely not my favourite thing to hunt

11 minutes ago, JcMagpie said:

😂 well we all do this when we edit code. Just have to hunt down the stray div.

 

Posted

@Dnj1964

9 minutes ago, Dnj1964 said:

Definitely not my favourite thing to hunt

If you use a program like Notepad++, it makes it a lot easier to find un-matched divs, etc.

M

Posted

Thanks...missing </div> in tpl file

40 minutes ago, JcMagpie said:

😂 well we all do this when we edit code. Just have to hunt down the stray div.

 

Thanks, I use Adobe Dreamweaver

19 minutes ago, ArtcoInc said:

@Dnj1964

If you use a program like Notepad++, it makes it a lot easier to find un-matched divs, etc.

M

 

Posted

I seem to recall some browsers (such as FireFox) source listing (Ctrl+U) highlighting unmatched <div> or </div> in red. It's been a while, so I can't swear to it.

Archived

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

×
×
  • Create New...