Hi,
Thanks for the report.
Because the HikaSerial view is display under the HikaMarket context ; the template override path processed by Joomla is not the "right one".
In the view "components/com_hikaserial/views/serialmarket/view.html.php" please add the content
public function __construct($config = array()) {
parent::__construct($config);
$app = JFactory::getApplication();
$this->_addPath('template', JPATH_THEMES . '/' . $app->getTemplate() . '/html/com_hikaserial/' . $this->getName());
}
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.