Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
no results... | Event Espresso - Staging Server

Support

Home Forums Custom Files no results…

no results…

Posted: January 31, 2013 at 1:03 pm

Viewing 1 reply thread


Aspen Camp

January 31, 2013 at 1:03 pm

Can we program the invoice id to follow a specific format? We have different programs where we’ll like the invoice id to be:

[programID][fname][lname]

Or will Event Espresso work on integrating invoices with Quicktime? That would be amazing.


Dean

  • Support Staff

February 1, 2013 at 2:07 am

Hi,

When you say the invoice ID are you referring to the filename of the invoice or the Attendee ID that is printed on the invoice or something else?

If you mean the Attendee ID to have something like http://d.pr/i/oqIH then you can achieve this by editing the invoice template.

If you create a new directory in uploads/espresso/gateways called invoice and copy across the following files from your invoice directory in event-espresso/gateways/invoice

function.pdf.php
index.html
template.php

Edit the newly copied template.php on line 115 where it says

$pdf->Cell(180, 10, __('Primary Attendee ID: ', 'event_espresso') . $attendee_id 0, 0, 'R'); //Set Invoice number

change it to

$pdf->Cell(180, 10, __('Primary Attendee ID: ', 'event_espresso') . $attendee_id . $attendee_first . $attendee_last, 0, 0, 'R'); //Set Invoice number

We currently have no plans to integrate with Quicktime, but ill add it to our feature request list for you.

Viewing 1 reply thread

The support post ‘no results…’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server