picaflor-azul:
If you want the sideboxes to show on the main page then you can remove the code that is hiding the left hand column in the tpl_main_page.php file. Or you can install the languages and currencies in the header plugin.
Thanks,
Anne
Hi Anne,
I downloaded and installed the template just this week from your site. I tried removing the code to display the left hand column. Left hand column shows up on PC browser, but not on mobile devices like my android cell phone. Even the inside page it does not show the left hand column on mobile devices. Is there something I did wrong? I just commented out the if statement (see below).
It seems the left hand column is completely ignored on mobile devices? I really need to show the currency selector on all devices mobile or desktop irregardless.
You also mentioned install the languages and currencies in the header plugin. What do you mean by this? Is it a menu option at the backend of zen cart installed as part of the Winchester Black template? or separate plugin of zen cart? Where do I find it?
Also just wondering if you have a feature in Winchester Black template to show currencies as buttons to click (instead of droplist), showing say AUD, the symbol for Pound, or Euro for example for customer to click and change the currency.
Hoping for your help as I am currently stuck and need to show currencies choices.
Thanks,
Jun
//if (!isset($flag_disable_left) || !$flag_disable_left) {
?>
<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
<?php
/**
* prepares and displays left column sideboxes
*
*/
?>
<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
<?php
**//}**