I'm a newbe. I tried to install a new template from this site: http://www.templatemonster.com/free-...templates.html . Somehow I maneged to put some catalogues in right places, because after switching on this template I can see it in my shop. But not everythig work. I can see only left column, middle area and the long top menu across the page. There's no right column and I have a warning at the top of the page saying:
currencies); $currencies_array = array(); while (list($key, $value) = each($currencies->currencies)) { $currencies_array[] = array('id' => $key, 'text' => $value['title']); } $hidden_get_variables = ''; reset($_GET); while (list($key, $value) = each($_GET)) { if ( ($key != 'currency') && ($key != zen_session_name()) && ($key != 'x') && ($key != 'y') ) { $hidden_get_variables .= zen_draw_hidden_field($key, $value); } } } ?>
Please HELP. Maybe I put the catalogues in wrong places or some of the settings are incorrect..![]()


Reply With Quote

