Small html bug in hikashop modules

  • Posts: 1119
  • Thank you received: 114
4 years 6 months ago #312129

Hi,

It seems with new Hikashop 4.2.2 there is a bracket added to each module. Seems it is related to changelog:

"The different modules included in HikaShop now support the "module class suffix" setting of Joomla."

Please check attached screenshot.



You probably want to remove it. It has same issue on all hikashop modules as far as i can see.

Thanks

Attachments:
Last edit: 4 years 6 months ago by kyratn.

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

  • Posts: 12953
  • Thank you received: 1778
4 years 6 months ago #312139

Hello,

Thank you for your feedback, we just fixed it on our end.

To add the patch you can directly edit the file "modules\mod_hikashop_filter\tmpl\default.php", and change that line :

<div class="hikashop_filter_module <?php echo @$module->params['moduleclass_sfx']; ?>">
By :
<div class="hikashop_filter_module <?php if(isset($params)) echo $params->get('moduleclass_sfx');?>">

Kind regards,
Mohamed

Last edit: 4 years 6 months ago by Mohamed Thelji.
The following user(s) said Thank You: kyratn

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

Time to create page: 0.067 seconds
Powered by Kunena Forum