Hi,
Right, thanks for the report.
Please edit the view "components/com_hikamarket/views/productmarket/tmpl/form_image.php" and replace the code:
echo $this->popup->display(
'<span class="hikam_upload_btn"></span>',
'MARKET_UPLOAD_IMAGE',
hikamarket::completeLink('product&task=image&pid='.$this->product->product_id.'&'.hikamarket::getFormToken().'=1',true),
'hikamarket_image_upload',
750, 460, 'onclick="return window.productMgr.uploadImage(this);"', '', 'link'
);
By:
echo $this->popup->display(
'<span class="hikam_upload_btn"></span>',
'MARKET_UPLOAD_IMAGE',
hikamarket::completeLink('product&task=image&pid='.$this->product->product_id.'&'.hikamarket::getFormToken().'=1',true),
'',
750, 460, 'onclick="return window.productMgr.uploadImage(this);"', '', 'link'
);
The popup helper have some modifications in the latest version of HikaShop, and the view of HikaMarket was not updated for this button.
Regards,