I can find many esxtensions to hide the number of categories, but I can't find the way to show the number of categories on the default vertical menu of oc 1.5.4.1. Is there a vqmod extensio or some tips about it?
http://www.restaurantsupplies.eu Restaurant Supplies
Opencart 1.5.6.4 VQMOD 2.4.1
Languages: Italian, French, German, Hungarian, English, Russian, Polish and Spanish
find this in \catalog\controller\module\category.tpl
edit 'name' line to this
for children category
find this
edit 'name' line to this
to show category count (if enable from admin )...
Code: Select all
$this->data['categories'][] = array(
edit 'name' line to this
Code: Select all
'name' => $category['name']. ($this->config->get('config_product_count') ? ' (' . $total . ')' : ''),
find this
Code: Select all
$children_data[] = array(
Code: Select all
'name' => $child['name'] . ($this->config->get('config_product_count') ? ' (' . $product_total . ')' : ''),
A coder by Hobby and Developer by Profession
Images in Manufacture
http://www.opencart.com/index.php?route ... on_id=6943
Description and images in Manufacture
http://www.opencart.com/index.php?route ... on_id=6978
http://codertj.com
Thanks! and how to transform that changes into a vqmod?
http://www.restaurantsupplies.eu Restaurant Supplies
Opencart 1.5.6.4 VQMOD 2.4.1
Languages: Italian, French, German, Hungarian, English, Russian, Polish and Spanish
Who is online
Users browsing this forum: No registered users and 2 guests