Events Booking version 2.14.2 released

More
7 years 1 month 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

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

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
7 years 1 month 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

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

More
7 years 1 month ago - 7 years 1 month 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..
Last edit: 7 years 1 month ago by xmanflash.

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

More
7 years 1 month 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.

More
7 years 1 month ago #96805 by James Riley
Replied by James Riley on topic Events Booking version 2.14.2 released

Kathleen Watson wrote: I own 2.13.2 and would like to upgrade to 2.14.2. Where can I find the download?

If you have a valid subscription and
- 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.