keep brands tree initially closed

  • Posts: 30
  • Thank you received: 0
9 years 4 months ago #238074

Hello,

I am not sure if this is the right category for my problem, so please move the thread if needed.

I have around 700 brands in my shop and by default (if you open the category browser in the backend) the brands tree is expanded. Is there a way to keep this subtree closed in the explorer?

Thank you for your help!

Please Log in or Create an account to join the conversation.

  • Posts: 84310
  • Thank you received: 13701
  • MODERATOR
9 years 4 months ago #238078

Hi,

There is no option for that. The first level of categories/brands is opened automatically for ease of use.
You would have to change the line:
$options = array('depth' => 2, 'start' => $root);
to:
$options = array('depth' => 1, 'start' => $root);
in the file administrator/components/com_hikashop/types/categorysub.php in order to do that.

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum