Biz Connection FREE TRIAL + $75 GOOGLE ADWORD - FREE VOUCHER for YOU!

Categories listing – Zencart

Basic files:used to display categories listing (caegories which have subcategories)

/includes/YOUR_TEMPLATE/templates/tpl_index_categories.php

Here is displayed categ image and description if exist and are enabled to be displayed.

On #35you have:

require($template->get_template_dir(‘tpl_modules_category_row.php’,DIR_WS_TEMPLATE, $current_page_base,’templates’). ‘/tpl_modules_category_row.php’);

/includes/YOUR_TEMPLATE/templates/tpl_modules_category_row.php

From now on is simple, there will be loaded two more files or whatever you wish:

require(DIR_WS_MODULES . zen_get_module_directory(‘category_row.php’));
require($template->get_template_dir(‘tpl_tabular_categ_display.php’,DIR_WS_TEMPLATE, $current_page_base,’common’). ‘/tpl_tabular_categ_display.php’);

Related articles

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a Comment