Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Show Category Counts


brenridley

Recommended Posts

Posted

In catalog/includes/boxes/categories.php

FIND (about line 41)

    if (tep_has_category_subcategories($counter)) {
     $categories_string .= '->';

CHANGE TO

    if (tep_has_category_subcategories($counter)) {
     $categories_string .= '';

... if you want to REALLY see something that doesn't set up right out of the box without some tweaking,

try being a Foster Parent!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...