Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Location: Specify the location details
  • Date & Time of Event: specify the event date. 

Settings

1.Event  Event Options

Through this section, you can set up various ticket types and options. 

 

Image RemovedImage Added

 

  • Title - specify the title text for the ticket type selection section in the frontend product view
  • Input Type: You can choose drop down/radio button/check box.
  • Required: check this box if you want your customer at least choose one ticket type before check out.
  • Ticket Types - you can create a number of different ticket types for the same event. The available tickets may differ in price. 

...

PDF Template allows you to create your PDF Ticket with background, width, height, and heightcoordinates in PDF

 

Image RemovedImage Added

 

  • Background PDF: Upload your image background
  • Page width: width of PDF template
  • Page height: height of PDF template

Preview: click the Preview button to preview your ticket. 

  • Coordinates allow you to set information to display on the PDF Ticket. 

 

 

3. Email Template: 



 

Template Email:

{{template config_path="design/email/header_template"}}

<p>{{trans "Welcome to %store_name." store_name=$store.getFrontendName()}}</p>
<ul>
<li><strong>{{trans "Event Name: "}}</strong> <em> {{var title}}</em></li>
<li><strong>{{trans "Customer Name: "}}</strong> {{var customer_name}}</li>
<li><strong>{{trans "My Code: "}}</strong> {{var ticket_code}}</li>
<li><strong>{{trans "Location Title: "}}</strong> {{var location_title}}</li>
<li><strong>{{trans "Location Detail: "}}</strong> {{var location_detail}}</li>
<li><strong>{{trans "Date: "}}</strong> {{var date}}</li>
<li><strong>{{trans "Time: "}}</strong> {{var time}}</li>
<li><strong>{{trans "Quantity: "}}</strong> {{var qty}}</li>
<li><strong>{{trans "Option: "}}</strong> {{var option_type}}</li>
</ul>

{{template config_path="design/email/footer_template"}}

...