- Posts: 11
- Thank you received: 0
Separate tickets / QR when buying multiple tickets
- Peter Selie
- Topic Author
- Offline
- New Member
-
Less
More
1 year 1 month ago - 1 year 1 month ago #164772
by Peter Selie
Separate tickets / QR when buying multiple tickets was created by Peter Selie
I might overlook something, but I like to send separate tickets and QR codes when a user buys multiple tickets.
When a user buys 7 tickets he receives an email with only 1 QR code. In that case all 7 people should arrive at the same time. Is there a setting to get 7 separate tickets ?
When a user buys 7 tickets he receives an email with only 1 QR code. In that case all 7 people should arrive at the same time. Is there a setting to get 7 separate tickets ?
Last edit: 1 year 1 month ago by Peter Selie.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1 year 1 month ago #164787
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Separate tickets / QR when buying multiple tickets
Hi Peter
To understand your setup better before giving the answer, could you please send me link to registration form of the event so that I can understand how users buy multiple tickets on your site?
Tuan
To understand your setup better before giving the answer, could you please send me link to registration form of the event so that I can understand how users buy multiple tickets on your site?
Tuan
Please Log in or Create an account to join the conversation.
- Peter Selie
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
1 year 1 month ago #164806
by Peter Selie
Replied by Peter Selie on topic Separate tickets / QR when buying multiple tickets
I am still figuring out what the best option is for me. If I enable the option "Collect Members Information In Shopping Cart," then I do receive multiple tickets. However, I prefer that the buyers of the tickets don't have to separately fill in all the names of the participants. Someone should be able to quickly purchase multiple tickets.
BTW: Group and individual don't work in the current YOOtheme UIKit 4 template
I have the link attached in the private message
BTW: Group and individual don't work in the current YOOtheme UIKit 4 template
I have the link attached in the private message
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1 year 1 month ago #164816
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Separate tickets / QR when buying multiple tickets
Hi Peter
If you want to have multiple tickets generated for each booking, then you will need to collect members information
If yo do not collect members information, there will be only one ticket per event. But that ticket can be used to checked in multiple times (depends on quantity you select for that ticket)
Regards,
Tuan
If you want to have multiple tickets generated for each booking, then you will need to collect members information
If yo do not collect members information, there will be only one ticket per event. But that ticket can be used to checked in multiple times (depends on quantity you select for that ticket)
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1 year 1 month ago #164817
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Separate tickets / QR when buying multiple tickets
Individual / Group registration should work with any template. If it is not working for you, maybe something special on your site. If you want to use it, submit a support ticket and we will check it directly on your site for you
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Peter Selie
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
1 year 1 month ago - 1 year 1 month ago #164818
by Peter Selie
Replied by Peter Selie on topic Separate tickets / QR when buying multiple tickets
Isn't there a small hack we can implement to just automatically give the tickets a random name ? like
Code:
<?php
function generateRandomName() {
$names = array(
"John",
"Alice",
"Michael",
"Emily",
"David",
"Sophia",
// Add more names as needed
);
return $names[array_rand($names)];
}
function generateRandomLastName() {
$lastNames = array(
"Smith",
"Johnson",
"Williams",
"Jones",
"Brown",
"Davis",
// Add more last names as needed
);
return $lastNames[array_rand($lastNames)];
}
$randomName = generateRandomName();
$randomLastName = generateRandomLastName();
echo "Random Name: $randomName\n";
echo "Random Last Name: $randomLastName\n";
?>
Last edit: 1 year 1 month ago by Peter Selie.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1 year 1 month ago #164819
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Separate tickets / QR when buying multiple tickets
It is not simple like that, unfortunately. There should be a way, but still require customization to the code of the extension (not that simple code you posted earlier)
The easiest option would be collect members information, but only minimum info for each member (like just First Name and Last Name)
Regards,
Tuan
The easiest option would be collect members information, but only minimum info for each member (like just First Name and Last Name)
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Peter Selie
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
1 year 1 month ago #164845
by Peter Selie
Replied by Peter Selie on topic Separate tickets / QR when buying multiple tickets
That's a bummer. Would you consider it as a future feature? It is a much used method for festivals.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1 year 1 month ago #164859
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Separate tickets / QR when buying multiple tickets
Hi Peter
What if you print same ticket multiple times? It would work in the same way
Tuan
What if you print same ticket multiple times? It would work in the same way
Tuan
Please Log in or Create an account to join the conversation.
- Peter Selie
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
1 year 4 weeks ago #165149
by Peter Selie
Replied by Peter Selie on topic Separate tickets / QR when buying multiple tickets
That still feels like a workaround and not how it should be.
Can you please inform me about the costs for this modification.
Can you please inform me about the costs for this modification.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 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.