Posted: January 20, 2017 at 7:09 am
|
Hi, I’ve found some topics about inserting tax amount into receipts within EE4. Unfortunately, I’ve to insert a tax calculation in EE3. Is there a way to do that? Furthermore, I have a date in my receipt template in the upper right corner. But it’s in English. Is there a way to translate that specific date? Third, I’ve a wrong amount in the “booked events” section of my page. As soon as there are more than one attendee, costs are still shown for one ticket, not as a sum. Do you have a clue why this is shown incorrect? Finally, there is one single email, I do not find in order to translate it. Regards, |
Hi Arno,
EE4 actually only has the tax management features. EE3 didn’t, so that was one of the priorities that went into the development of EE4.
This requires a change to the invoice template. First, you copy the /invoice/ folder from the plugin to /wp-content/uploads/espresso/gateways/ Then, you can line 115 from this:
to this:
It’s not actually incorrect because it’s showing the price per ticket.
The text there is translation-ready. You can find the original text in the espresso-members plugin folder’s my_events_page.php file, in the espresso_send_attendee_cancel_notification() function. You can actually override that function using another function if you’d like, it’s pluggable. |
|
The support post ‘EE3 – Tax within Receipt’ 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.