Yeah, I think the title of this post says it all...
When you click and go from the main page to the products, the right sidebar goes away...
Why?
What to do?
Yeah, I think the title of this post says it all...
When you click and go from the main page to the products, the right sidebar goes away...
Why?
What to do?
Can not see your site??
Post a link
Mine kept doing that too. I was using a "<li>" tag in the id=productdescription area, which was throwing the whole site off and making my right sidebar go to the bottom. I had to rework without and li tags.
Another problem could be you have edited you product page template and have not gotten all the code correct, I have been guilty of that too.
Maybe it is one of these.
![]()
This has probably been specified (at some point by somebody) in tpl_main_page.php .
This file is in the COMMON folder of the template.
Around line 40 - 41, an UN-EDITED file will contain:
It could be that this line in your file now has product_info in it.PHP Code:// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;
}
20 years a Zencart User
Thanks, but there was actually a file missing, I found out by accident and everything's ok now. :)