Go to Events >> Settings >> Cart & Checkout >> General
10) Extra Service
You can add extra service in event
11) Tax
Go to Events >> Settings >> Tax & Profit >> Enable Tax and other setting
Enable: Allow to calculate tax in order
Tax percentage: Enter value of tax. Some package may change tax in per event. The admin/vendor only can change tax per event in Vendor Interface (the backend doesn't support this.)
Create event in vendor dashboard interface and insert tax:
Vendor's Profit included tax:
Yes: The Verdor will do tax payment procedures with the tax authority.
No: Admin will do this
12) System fee
Go to Events >> Settings >> Tax & Profit >> change system fee with some settings:
Customers have to pay each booking(exclusive of tax). This fee will added for the owner site (admin).
13) Discount
You can setup it when create new event
14) Create an account during checkout
Go to Events >> Settings >> Cart & Checkout >> And config like here:
Users have to login to checkout of events: No
Allow customers to create an account during checkout: Enable
15) Require login before booking
Go to Events >> Settings >> Cart & Checkout >> and config Users have to login to checkout of events: Yes
Click booking
The system require login before booking
16) Customize template in child theme
In the cart.php file we call many different files, so you should copy the necessary file into the child theme to customize it.
Example: If you only want to customize ticket type area, you can:
5: Checkout page
In Cart Page when click "Submit" button, the system will display checkout page.
Checkout page in woocomemrce
You can change "time to complete the booking" in Events >> Settings >> Cart & Checkout >> and config some settings:
Holding Ticket: Yes (Allows to hold the ticket until the payment is completed after a period of time) ⇒ Prevent customers from booking the same seat at the same time.
Maximum time to complete payment: Booking will be deleted if the payment completion time is over x seconds
Check every x seconds: The system runs in the background to check whether the ticket hold is still valid. If it is not, the system will remove that ticket hold so other customers can book that seat. You should enter value such as "Maximum time to complete payment:" setting.
6: Order Detail
After the payment is successful, the system will send an email to the customer and allow them to download the tickets and invoice.
a) Invoice
You can download invoice in order detail or My Bookings
PDF Invoice
You can change some information in PDF Invoice file by go to Events >> Settings >> PDF Invoice >> PDF Template
Customize Invoice template
b) PDF Ticket
Customers can download all PDF tickets in one zip file, or download each file individually.
Go to Events >> Settings >> General >> General >> Allows downloading tickets as zip files
Yes: Download zip file
No: Download individually
Customize PDF Template
We are using mPDF to make ticket pdf, so you can read here to know about mPDF: https://mpdf.github.io/
Change size of QR Code
You can add bellow code to functions.php file in child theme
After the payment is successful, the system will send an email to the customer. You can config content of email in Events >> Settings >> Mail >> New Order
Remove QR Code in mail when booking event succesfully
add bellow code to functions.php file in child theme
Remove PDF ticket in mail when booking event succesfully (From version 1.2.1)
add bellow code to functions.php file in child theme
Remove QR Code & PDF ticket in mail when booking event succesfully
add bellow code to functions.php file in child theme
8: Booking failed
Step 1: Logo per Ticket have use extension .PNG
Step 2: Check content in mail template setting
Step 3: Check in your server supports: allow_url_fopen: true
You can contact your server provider about this problem.