Here's a very simple mod to default.php that will make a column display only at the top level of the catalog. I looked at the column control mod in the contribs and this turns off boxes globally, which is something I didn't want, as I want them all to show at the top level, and perhaps also on other pages, but to not be there as a distraction while a customer browses the catalog product list.... you can either use 'top' or 'nested'... the latter still displaying the column in the Category Listing.....it can be modified slightly to make the product listing fill the screen....I hope that somebody will find it useful... I did!:
<!-- left_navigation //-->
<?php
if ($category_depth == 'top') {
include(DIR_WS_INCLUDES . 'column_left.php');
}
?>
<!-- left_navigation_eof //-->
Latest News: (loading..)
Column Control
Started by winston879, Mar 14 2011, 07:45
No replies to this topic














