Jump to content

[SOLVED] Filter for a table in back office


guiguiyoyo

Recommended Posts

in controller:

$this->tpl_list_vars['category_tree'] = $helper->renderCategoryTree(null, array((int)$id_category), 'categoryBox', true, false, array(), false, true);

in template file:

<td class="col-right">
<div id="category_block">
{$category_tree}
</div>
</td>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...