Hi,
For your HikaMarket questions, please use the HikaMarket forum.
Otherwise I could not see your message and you won't have any answer from the HikaShop support team which does not handle HikaMarket.
The toolbar is displayed directly by the class hikamarketView.
If you want to display the toolbar yourself, you have to use this code
if(!empty($this->toolbar)) {
$toolbarHelper = hikamarket::get('helper.toolbar');
$toolbarHelper->process($this->toolbar);
}
It is the code used in the hikamarketView (function display).
Regards,