- Category: printing
- Key: allow_print_at_home
- Type: dropdown
- Internal setting: false
- Scopes: [[:account]]
Overview
This setting allows for the e-ticket download link to pull through into checkout mailer and upcoming event alert emails. Possible configurations are:
- no - download link never included in emails.
- always - download link always included in emails (for all tickets and printable products).
- based_on_fulfilment_product - link will be included only if a fulfilment product tagged with "print_at_home" is included in the order.
Notes
The e-ticket download link in email templates pulls from the {{order.print_url}} merge field within the html. In confirmation emails, it is possible for this to be built within an if statement {% if show_print_order_link %} to work alongside the based_on_fulfilment_product setting here.
In this scenario, the e-ticket download link/button within the Checkout Mailer will only appear if a fulfilment product tagged with "print_at_home" is included in the order.
However, if statements do not work in the Upcoming Event Alert emails, so the e-ticket download link/button will always be displayed when the {{order.print_url}} merge field is included in the html even when the "allow_print_at_home" setting is based on fulfilment product.
Related articles
Setting up Print at Home / E-Vouchers
Comments
Please sign in to leave a comment.