Support

Home Forums Event Espresso Premium Show Promotion Reduction on Invoice

Show Promotion Reduction on Invoice

Posted: January 17, 2018 at 2:34 am


jaywalkerdigital

January 17, 2018 at 2:34 am

Hi, we have the problem that on our invoice the promotion code and the price reduction are not shown as you can see here.

The price calculation is not correct anymore. The original Price with taxes is 160.00. With the coupon applied it will reduce the amount by 20% = 32.00. The new total including taxes is then 128.00 which is shown perfectly fine. The problem is now, that the reduction of 32.00 is not shown on the invoice. If the client calculates the sum back to its origin it will not give the same result.

Our ticket configuration is

And our promotion code

thanks for your help and best regards


Josh

  • Support Staff

January 17, 2018 at 6:10 pm

Hi there,

You can use the [ADDITIONAL_LINE_ITEM_LIST] shortcode to display the promotional discount information within the invoice.

Example code follows.
First, you add this after the Ticket List:
<tr><td colspan="5">[ADDITIONAL_LINE_ITEM_LIST]</td></tr>

Then you add this to the ADDITIONAL_LINE_ITEM_LIST section of the invoice template editor:

<tr class="item">
	<td class="item_I">[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td>
	<td class="item_I">[LINE_ITEM_DESCRIPTION]</td>
	<td class="item_I">[LINE_ITEM_QUANTITY]</td>
	<td class="item_c">[LINE_ITEM_AMOUNT]</td>
	<td class="item_r">[LINE_ITEM_TOTAL]</td>
</tr>

The above will result in an invoice that includes this:
https://slack-files.com/T02SY781D-F8UHY6U2G-b2f79eae97

  • This reply was modified 6 years, 3 months ago by  Josh. Reason: added screenshot link


jaywalkerdigital

January 18, 2018 at 1:08 am

Thanks a lot, it works perfectly fine 🙂

The support post ‘Show Promotion Reduction on Invoice’ 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