Hi EIF
You can edit 2 files:
root/templates/ja_megastore/html/mod_menu/category.php
remove these 2 lines of code:
< li class="vmshow"><a><?php echo JText::_('TPL_SHOWMORE'); ?></a></li>
< li class="vmhide hide"><a><?php echo JText::_('TPL_HIDE'); ?></a></li>
root/templates/ja_megastore/js/script.js
comment this line:
$(this).addClass('hide expandhide');
It will show all categories then.