- Posts: 10
- Thank you received: 1
Events Booking version 2.14.2 released
- v Shankar
- Offline
- New Member
Less
More
7 years 8 months ago #96570
by v Shankar
Replied by v Shankar on topic Events Booking version 2.14.2 released
Hi,
Did we add ticket type entry to the frontend for event creation?
Thanks
shankar
Did we add ticket type entry to the frontend for event creation?
Thanks
shankar
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Topic Author
- Offline
- Administrator
7 years 8 months ago #96587
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Events Booking version 2.14.2 released
Hello Shankar
No, not yet. We will have to leave it to 2.14.3
Regards,
Tuan
No, not yet. We will have to leave it to 2.14.3
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- xmanflash
- Offline
- Junior Member
Less
More
- Posts: 23
- Thank you received: 0
7 years 8 months ago - 7 years 8 months ago #96663
by xmanflash
Replied by xmanflash on topic Events Booking version 2.14.2 released
Hey Tuan,
I assume its basically a case of checking the coupon id is used/calculated in the registration table and decrementing the used value in the coupon table by coupon_id ?
Change Users Registration to unpublised/cancelled
(SQL Pseudocode follows):
if (#__eb_registrants.coupon_useage_calculated = 1 and #__eb_registrants.coupon_id <> 0) then
UPDATE #__eb_registrants SET coupon_useage_calculated = 0; // Unset the calculated flag ?
UPDATE #__eb_coupons SET used = used-1 WHERE [id = #__eb_registrants.coupon_id] //Decrement the coupon used by 1
And if the user is reset to published/enabled then you reverse the query..
I assume its basically a case of checking the coupon id is used/calculated in the registration table and decrementing the used value in the coupon table by coupon_id ?
Change Users Registration to unpublised/cancelled
(SQL Pseudocode follows):
if (#__eb_registrants.coupon_useage_calculated = 1 and #__eb_registrants.coupon_id <> 0) then
UPDATE #__eb_registrants SET coupon_useage_calculated = 0; // Unset the calculated flag ?
UPDATE #__eb_coupons SET used = used-1 WHERE [id = #__eb_registrants.coupon_id] //Decrement the coupon used by 1
And if the user is reset to published/enabled then you reverse the query..
Last edit: 7 years 8 months ago by xmanflash.
Please Log in or Create an account to join the conversation.
- Kathleen Watson
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 0
7 years 8 months ago #96800
by Kathleen Watson
Replied by Kathleen Watson on topic Events Booking version 2.14.2 released
I own 2.13.2 and would like to upgrade to 2.14.2. Where can I find the download?
Please Log in or Create an account to join the conversation.
- James Riley
- Offline
- Platinum Member
7 years 8 months ago #96805
by James Riley
- want to manually update: go to www.joomdonation.com/my-downloads.html , download and unzip the file (as per the "unzip" instruction in the file name), then install via Joomla.
- want to automatically update: if you haven't already, insert your Download ID in [Event Booking -> Configuration] (get it from www.joomdonation.com/download-ids.html ), then go to [Event Booking -> Dashboard] and click the [Update Now] button.
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Events Booking version 2.14.2 released
If you have a valid subscription andKathleen Watson wrote: I own 2.13.2 and would like to upgrade to 2.14.2. Where can I find the download?
- want to manually update: go to www.joomdonation.com/my-downloads.html , download and unzip the file (as per the "unzip" instruction in the file name), then install via Joomla.
- want to automatically update: if you haven't already, insert your Download ID in [Event Booking -> Configuration] (get it from www.joomdonation.com/download-ids.html ), then go to [Event Booking -> Dashboard] and click the [Update Now] button.
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
The following user(s) said Thank You: Tuan Pham Ngoc, Kathleen Watson
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 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.