Issue with Coupons Selection

  • Arbind Bhagat
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
4 months 1 week ago #170351 by Arbind Bhagat
Issue with Coupons Selection was created by Arbind Bhagat
Selecting the top-checkbox is not selecting all the coupons. Screenshot attached.
 

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

More
4 months 1 week ago #170358 by Mr. Dam
Replied by Mr. Dam on topic Issue with Coupons Selection
Hi,
I confirm the issue, this bug will be fixed in next OS Services Booking version. But to solve it, you can follow below steps:
1. Open file: root -> administrator -> components -> com_osservicesbooking -> coupon.html.php
2. Find:
<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count($rows); ?>);" />

and replace by
<input type="checkbox" name="checkall-toggle" value="" title="<?php echo Text::_('JGLOBAL_CHECK_ALL'); ?>" onclick="Joomla.checkAll(this)" />

Good luck
Dam

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

Moderators: Mr. Dam