Hi,
The integration between HikaMarket and HikaSerial is for the moment still "simple".
You can create HikaSerial packs in the front-end but you can associate an existing HikaSerial pack (so, created in the backend) to a product in the front-end.
By activating the ACL (product / edit / plugins / hikaserial) you allow HIkaSerial to display his content like it display his content in the backend product edition.
The cross button should open a popup to select an HikaSerial pack but it looks like there is a javascript problem with Joomla 3.3
The best is to edit the view "front-end | your front-end template | productserial | market_block" (or directly the file "components/com_hikaserial/views/productserial/tmpl/market_block.php") and replace
if(!defined('HIKAMARKET_COMPONENT'))
return;
By
if(!defined('HIKAMARKET_COMPONENT'))
return;
$doc = JFactory::getDocument();
$doc->addScript(HIKASERIAL_JS.'hikaserial.js');
in the beginning of the view.
It will force the inclusion of the HikaSerial javascript and will open correctly the modal box in the product page.
We will update the HikaSerial package as soon as possible.
Regards,