Is it possible to somehow such as when order is dispatched, for the system to automatically attach the pdf invoice to the outgoing email?
Obviously user can view it via the user home page, but not many customer's return back to do this.
The only way I think to do this is to create a download link in the email body, e.g
Please click here to see your invoice::
https://www.mydomain.com/user_invoice_html.php?order_id=496
Attaching it as a pdf would be preferered:)