If you'd like to order hardcopy tickets for your event, Paylogic gives you the option to arrange this. You can make a hardcopy tickets request by sending a mail to support@paylogic.eu containing the following information.
- Your MID or merchant name
- The event you'd like to buy hardcopy tickets for
- The product that has to be printed
- The price that may appear on the ticket
If you'd like to print the hardcopy tickets yourself, this manual will guide you through this process. Keep in mind that you have to own a BOCA printer to do so. Before you do, please contact your Client Succes Manager.
Click on the images for an enlarged view
Step 1: Select the preferred event
First select 'Manage', after which you can select your event.
Step 2: Activate Ticketware on event level
Select 'Points of sale' within the event and activate 'Ticketware'.
Step 3: Activate Ticketware on product level
Scroll down to 'Sold in points of sale' within the product and activate 'Ticketware'.
Step 4: Create a Ticketware user
Click on 'Scan- & Ticketware' and thereafter on 'Ticketware users'. Create a new user by selecting 'Create new Ticketware user'.
Keep the following points in mind when creating a new Ticketware user:
- Set up 'Ticketware' as 'Reseller point of sale' - The 'Maximum per order' has to be set on 'Unlimited'.
Step 5: Set up the layout
Select 'Ticketware presets' and thereafter selectr 'Create paper preset'.
Copy the CSS code down below into the 'CSS (optional)' field.
body { font-family: Arial; font-size: 10pt; font-weight: bold; margin: 0px; }
@page { margin: 0px; }
.ticket {
border: 1px solid white;
position: relative;
top: 20mm;
left: 0mm;
width: 145mm;
height: 50mm;
page-break-inside: avoid;
page-break-after: always;
padding: 0px;
}
.event { margin-left: 5mm;margin-top: 0mm; }
.event .title { font-size: 12pt; font-weight: bold; }
.event .subtitle { display: block; font-size: 8pt; font-weigth: normal; }
.event { }
.event-info { margin-left: 5mm; margin-top: 0mm; }
.event-info .date { }
.event-info .start { display: none }
.event-info .location { margin-top: 1mm; display: block; font-size: 9pt; }
.post-code,
.street { display: none; }
.city
.event-info { }
.product { margin-left: 58mm; margin-top: 12mm; font-size: 8pt; }
.product .name { }
.product .subtitle { }
.product { }
.placement { display: none; font-weight: bold; margin-top: 5mm; border-left: 4px solid #000; padding: 3mm; }
.extra { margin-left: 58mm; margin-top: 0mm; }
.extra .price { font-size: 8pt; font-weight: normal; }
.extra .disclaimer { display: none; }
.extra .order-date { display: none; }
.extra .message { display: none; }
.extra { }
.barcode {
position: absolute;
overflow: absolue;
top: 30mm;
left: 5mm;
height: 13mm;
width: 50mm;
}
.barcode2 {
/* to display this vertical barcode add display: block; */
display: block !important;
position: absolute;
overflow: hidden;
top: 6mm;
left: 100mm;
height: 15mm;
width: 30mm;
-moz-transform: rotate(-90deg) scale(1, 1);
-webkit-transform: rotate(-90deg) scale(1, 1);
transform: rotate(-90deg) scale(1, 1);
}
Step 6: Preset permissions
Go to 'Ticketware presets' and thereafter select 'Edit preset permissions'.
Select all fields
Step 7: Download the Ticketware software
Step 8: Open Ticketware
Log in with the your Ticketware credentials made earlier at step 4. There are two important things to keep in mind:
- Set up the correct language
- Make sure the right template (the one you just made) is active
Stap 11: Print
Click on the product you want to print and set the amount of tickets. After that you click on 'Buy'. Select the right printer and your tickets will be printed out!