- Posts: 13
- Thank you received: 0
Possible to make Coupon Code a required field?
- James
- Topic Author
- Offline
- New Member
-
Less
More
11 years 2 months ago #55891
by James
Possible to make Coupon Code a required field? was created by James
Is it possible to make Coupon Code a required field?
If so how do I go about implementing this?
Many Thanks
If so how do I go about implementing this?
Many Thanks
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 2 months ago #55907
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Possible to make Coupon Code a required field?
Hi James
Yes. It is possible. Depends on the registration type you are using, you can look at the following files:
components/com_eventbooking/views/register/tmpl/default.php
components/com_eventbooking/views/register/tmpl/cart.php
components/com_eventbooking/views/register/tmpl/group_billing.php
Find the code below:
Change class="input-medium" from the above code to class="input-medium validate[required]"
After that, coupon code field will be a required file
Regards,
Tuan
Yes. It is possible. Depends on the registration type you are using, you can look at the following files:
components/com_eventbooking/views/register/tmpl/default.php
components/com_eventbooking/views/register/tmpl/cart.php
components/com_eventbooking/views/register/tmpl/group_billing.php
Find the code below:
Code:
<input type="text" class="input-medium" name="coupon_code" id="coupon_code"
Change class="input-medium" from the above code to class="input-medium validate[required]"
After that, coupon code field will be a required file
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- James
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 2 months ago #55967
by James
Replied by James on topic Possible to make Coupon Code a required field?
Great, thanks so much , is it possible to this feature can be turned on and off for different events?
Thank you
Thank you
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 2 months ago #55994
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Possible to make Coupon Code a required field?
Hi James
You will need to customize code to do that. It could not be on/off based on event by default, need some customizations to the code. Maybe you can find a developer to help you with this one
Tuan
You will need to customize code to do that. It could not be on/off based on event by default, need some customizations to the code. Maybe you can find a developer to help you with this one
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 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.