enterO version 3.2.0 release
This post summarises the changes that have been implemented in version 3.2.0 of enterO.
- Add VIP Points payment method
- Bugfix:Allow zero value entry to be submitted
- Improve entry payment summary page
- Bugfix: Can now edit team members when race has no classes
Add VIP Points payment method (#138)
Payment by VIP Points is now an option for PAPO events.
Entry
When enabled for an event, the user may select the Pay with VIP Points option
After accepting the event waiver, the VIP points Checkout Entry page is displayed
Administration
Entry Reconciliation
The Entry Reconciliation page displays the payment type against each entry
This also allows administrators to view just the entries with VIP Points payments
Event Report
The Event Report includes VIP Points in the payments breakdown
Bugfix: Allow zero value entry to be submitted (#139)
In the case where an event only allows Credit Card payments and also allows vouchers, it is possible to have a valid entry with no payment required as the voucher covers the entry fee. It was not however possible to submit the entry as there is a check to ensure that Credit Card payments are always > $0.00.
This has been fixed so that zero value entries can now be submitted.
Improve entry payment summary page (#139)
Until now, the entry Review Payment page has repeated all entry fee payment options that are displayed on the Event Fees page. This displayed all payment types even though only one was relevant to a particular entry.
This has been improved so that the payment type is displayed along with the payment information that is relevant to the payment type.
Bank Transfer
Credit Card
VIP Points
No fees to pay
Bugfix: Can now edit team members when race has no classes (#137)
In the case where an event allows teams, and a race has no classes, editing a team member failed to display the races that the team has entered. This meant that the page was not completely displayed and it was not possible to add team members to the entry.
This has now been fixed and Team members can be added to the entry.