Order status languages not loaded, with fix

  • Posts: 4
  • Thank you received: 0
  • Hikashop Business
10 years 2 days ago #180916

-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6

There is a DS missing on line 1358 in administrator/components/com_hikashop/classes/order.php which leads to problems loading correct translations and overrides when sending order status change messages:

Before:

$override_path = JLanguage::getLanguagePath(JPATH_ROOT).DS.'overrides'.$locale.'.override.ini';

After:
$override_path = JLanguage::getLanguagePath(JPATH_ROOT).DS.'overrides'.DS.$locale.'.override.ini';

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
10 years 1 day ago #181092

Hi,

Where this fix comes from ?

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.

  • Posts: 4
  • Thank you received: 0
  • Hikashop Business
10 years 1 day ago #181095

We here at Sydweb stumbled upon this when building a site for a client, and made this fix that works at least for us.

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
10 years 1 day ago #181128

Thank you !
It will be include in the next release.


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.

Time to create page: 0.042 seconds
Powered by Kunena Forum