Vendor registration - description not save

  • Posts: 23
  • Thank you received: 0
7 years 9 months ago #245843

-- 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

Please Log in or Create an account to join the conversation.

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 9 months ago #245848

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,


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.054 seconds
Powered by Kunena Forum