- Posts: 23
- Thank you received: 0
Vendor registration - description not save
10 years 2 months ago #245843
by caseyy
Vendor registration - description not save was created by caseyy
-- HikaShop version -- : 2.6.3
-- HikaMarket version -- : 1.7.0
-- Joomla version -- : 3.6
-- PHP version -- : 7.0x
-- Browser(s) name and version -- : chrome, safari
Hi,
Just a minor issue, when enable description on vendor registration the field seems not save, have to login to vendor control panel edit account info. then can save.
Please check.
Thanks
-- HikaMarket version -- : 1.7.0
-- Joomla version -- : 3.6
-- PHP version -- : 7.0x
-- Browser(s) name and version -- : chrome, safari
Hi,
Just a minor issue, when enable description on vendor registration the field seems not save, have to login to vendor control panel edit account info. then can save.
Please check.
Thanks
Please Log in or Create an account to join the conversation.
10 years 2 months ago #245848
by Jerome
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.
Replied by Jerome on topic Vendor registration - description not save
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
By
Regards,
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
Code:
if($config->get('register_ask_terms', 0)) {
Code:
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,
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.
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.172 seconds