Hi,
We already fixed that issue in our side but the patch will be only in the next release.
In the file "administrator/components/com_hikamarket/classes/vendor.php" please replace
if($config->get('register_ask_terms', 0)) {
By
if($config->get('register_ask_description', 1)) {
$vendor->vendor_description = JRequest::getVar('vendor_description', '', '', 'string', JREQUEST_ALLOWRAW);
$vendor->vendor_description = $safeHtmlFilter->clean($vendor->vendor_description, 'string');
}
if($config->get('register_ask_terms', 0)) {
Regards,