Somehow that seems to be breaking the table layout, but only on the PDF version of the invoice.
I should also point out that the post I’ve linked to above suggests putting [ATTENDEE LIST] inside [TICKET LIST], which isn’t allowed, so I’ve left that out.
Also, I am working with the Purchaser template.
Has anyone experienced a similar error? Could it be something to do with the way the PDF is being rendered? Any help would be greatly appreciated as my client has a lot of invoices to process and can’t send them out like this.
This comes down to how browsers will ignore invalid html, and how DOMPDF requires valid html. Since you’re adding the datetime list inside a table, the list must be wrapped in a table row & table cell. Again, browsers will ignore this, but DOMPDF will not. So the quick fix is just wrap the list in table markup like so:
I thought it might be that and tried something similar, but I must have got it wrong because it didn’t work, so I moved on.
Viewing 4 reply threads
The support post ‘Layout error on PDF 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.
Support forum for Event Espresso 3 and Event Espresso 4.