Keeping track of who is generating sales for your event is extremely easy.
Simply create a referral link using the box below and share the link with your affiliates /
event promoters.
Display the event's public URL: [event_url]
Display the organiser's name: [organiser_name]
Display the event title: [event_title]
Display the event description: [event_description]
Display the event start date & time: [event_start_date]
Display the event end date & time: [event_end_date]
{!! Form::label('pre_order_display_message', 'Message to display to attendees before they complete their order.', array('class'=>'control-label ')) !!}
{!! Form::textarea('pre_order_display_message', $event->pre_order_display_message, [
'class' => 'form-control',
'rows' => 4
]) !!}
This message will be displayed to attendees immediately before they finalize their order.
{!! Form::label('post_order_display_message', 'Message to display to attendees before after they have completed their order.', array('class'=>'control-label ')) !!}
{!! Form::textarea('post_order_display_message', $event->post_order_display_message, [
'class' => 'form-control',
'rows' => 4
]) !!}
This message will be displayed to attendees once they have successfully completed the
checkout process.
The following short codes are available for use:
Display the event's public URL:[event_url]Display the organiser's name:
[organiser_name]Display the event title:
[event_title]Display the event description:
[event_description]Display the event start date & time:
[event_start_date]Display the event end date & time:
[event_end_date]Social Settings