I have found a few messages regarding showing certain sidebars on a particular page (either using the Theme Options or Page Template setting) but I can not seem to get it working on a site running Shopp (e-commerce). I know this throws an element into the mix that might create a problem, but just wondering whether anyone has an idea on something I could be missing.
The page I need to force a sidebar on (left sidebar) is here : http://chocolateandsteel.com/csteel_...itter-necklace
This is a test site, the e-commerce category pages shows the right sidebar, but for some reason ONLY the product pages shows the left inner sidebar. I have created a page template for the product pages, and used the "on" and "off" at the top to tell it to turn ON the left sidebar and OFF the left inner. That isn't working. Is there something else I should do? A copy of the top part of that page template is below. Thanks in advance for any insight that can be offered.
PHP Code:
<?php
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
$left_col ="on";
$left_col2 = "off";
$right_col2 = "off";
$right_col = "off";
get_header();
extract($bfa_ata);
?>