scott2012 wrote:
I think the problem is about css.
Man... This is killing me, you don't even imagine how...
Dude I'm feeling like blowing up Microsoft, it's so fucking crappy!!!!!!!!!!
I don't think it's a CSS issue,
WHY:
If I delete "<?php echo $column_left; ?>" from product.tpl, category won't show up, won't be in the source code, but it will still bug.
The only way to solve it is to disable
Category Module at
Product Page in
Admin Panel
So, that makes me think. There must be somewhere where it says "If category is enabled, then
do something that bugs", and I think it's not related to category.tpl, because as shown before, it bugs even when category isn't in source code.
So, this bug must be related with 3 files:
1 - product.tpl (file that render product's page. This bug only happens in Product Page, in Home it's normal)
2 - category.tpl (file that render category list, <ul>, <div> and stuff)
3 - some other file that I don't know