- Posts: 220
- Thank you received: 13
Issue with Coupons Selection
- Arbind Bhagat
- Topic Author
- Offline
- Elite Member
Less
More
2 weeks 6 days ago #170351
by Arbind Bhagat
Issue with Coupons Selection was created by Arbind Bhagat
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Offline
- Administrator
Less
More
- Posts: 12854
- Thank you received: 1665
2 weeks 5 days 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
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.