Support

Home Forums Event Espresso Premium Invoices Are Being Sent

Invoices Are Being Sent

Posted: November 8, 2013 at 7:48 pm


MsBecca

November 8, 2013 at 7:48 pm

“Invoice Payment Settings” is deactivated but the system is still sending invoices. My customers pay when they register so they will not need to receive the invoice. Any idea why this is happening? Thanks


Jonathan Wilson

November 9, 2013 at 4:13 pm

Hi there,

You can modify the confirmation emails to remove the [invoice_link] shortcode. This is found under Event Espresso > General Settings > Email Settings.


MsBecca

November 12, 2013 at 3:31 pm

Hi,

I checked and the [invoice_link] is not included in the email. The area where I would like to remove the link is on the “My Events” page under the Invoice column. There is an PDF icon that shows up and when a user clicks on it, the invoice is downloaded.


Sidney Harrell

November 12, 2013 at 5:14 pm

You would have to open up plugins/espresso-members/my_events_page.php and delete line 52:

<th class="manage-column column-date" id="invoice" scope="col" style="width:5%;"><?php _e('Invoice','event_espresso'); ?></th>

and line 117:

<td class="date column-date"><a href="<?php echo home_url();?>/?download_invoice=true&amp;admin=true&amp;registration_id=<?php echo $registration_id ?>" target="_blank"  title="<?php _e('Download Invoice', 'event_espresso'); ?>"><img src="<?php echo EVENT_ESPRESSO_PLUGINFULLURL ?>images/icons/page_white_acrobat.png" width="16" height="16" alt="<?php _e('Download Invoice', 'event_espresso'); ?>" /></a></td>


MsBecca

November 12, 2013 at 5:37 pm

Thank you.

The support post ‘Invoices Are Being Sent’ 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