
Originally Posted by
setae719
I get the same thing it only happens when I go to a product's individual info page. And I have no clue why it does that.
Check your templates/cherryzen/common/tpl_main_page.php file and see if you have something like this line:
Code:
if (in_array($current_page_base,explode(",",'account_history_info,checkout_payment,checkout_confirmation,product_info,list_pages_to_skip_all_right_side boxes_on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_left = true;
}
This turns off side boxes for pages where you do not want it to display. Check to see if product_info is listed there, if it is remove it.
Your side boxes are not in your code when you go to the product_info page, so either it is turned off or you added or removed something, as far as I can tell.
There is a separate line for the right side but has the same data.