Hi,
The module heading is displayed by Joomla/your template, not HikaShop.
So there is no option to do that.
The best will be to add such code at the beginning of the file "listing" of the view "category" for your frontend template via the menu Display>Views :
<?php if($this->module && !JRequest::getVar('hikashop_front_end_main',0)){
echo '<a href="XXX">YYY</a>';
} ?>
where XXX is the link you want to set for the title of the module and YYY the title you want.
Then, turn off the display of the title of the module in its settings.