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:
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.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; }
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.
I installed cherry zen on my zencart, i followed the links to upload the includes of the cherry zen to the includes of the weberver but the template is not showing on the admin under template selection.What is wrong? please help..
I already did that, copied all the includes folder of the cherry zen to the includes folder of our webserver, actually this is my second time to install this. The first time i installed this is on zencart 1.3.8 and now i am using zencart 1.3.9..is there any issue on this version with the cherry zen?
after reinstalling to 1.3.8 now my cherry zen is working. Can anyone help me how can i change the theme to color blue instead of red?
This was taken right from the readme_or_else.txt file that comes with Cherry Zen
2. Multiple colors for the top header bar, and for the sidebox headers have been included. These colors are red, orange, yellow, green, blue, purple, and grey. These can be changed in includes/templates/cherry_zen/css/stylesheet.css. Instructions for doing so are found there.I've also included matching add to cart buttons. They are found in the includes/templates/cherry_zen/buttons/english/ folder. Simply rename the color you want to use to button_in_cart.gif.
Bookmarks