Hey Guys / Girls
I have been creating my own template for zencart. and i wanna be able to manually display side-boxes and not display them them via the left menu. but when i delete the left manual the side-boxes don't work.
If i haveall the side boxes will display on the left hand side.Code:<?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?>
but i don't want the left menu to display instead i wanna be able to manually display them withThis works fine when i haveCode:<?php require(DIR_WS_TEMPLATE . 'sideboxes/tpl_currencies.php'); ?>displaying but when i delete this out none of the side-boxes work when i have them manually placed.Code:<?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?>
My site URL is http://115.64.186.233/zencart/
Thanx Guys.


Reply With Quote
