Re: Turn Off All Products in Category Sidebox
How do you turn off the all products and new products links inside the category sidebox just below the horizontal line? Can this be done from Admin?
Admin > Configuration > Layout Setings
Also, where can you change the placement, the colour and width of the horizontal line?
You can turn it on/off from the Layout Settings configuration page. To modify it, you'll need to make an override copy of includes/templates/template_default/sideboxes/tpl_categories.php - this section of code is what displays it:
Code:
if (SHOW_CATEGORIES_SEPARATOR_LINK == '1') {
$content .= '<hr id="catBoxDivider" />' . "\n";
}
Neville
An assumption is what you arrive at when you get tired of thinking...