Support

Home Forums Custom Files Add-on (EE3) no results… (75)

no results… (75)

Posted: January 31, 2013 at 1:03 pm


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.

  • This topic was modified 4 years, 1 month ago by  Garth.


Dean

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.

The support post ‘no results… (75)’ 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