Reputation: 376
I want to add order ref name in receipt.Check my image.
Upvotes: 0
Views: 454
Reputation: 1999
There are multiple ways i.e. by editing from front end, or by extending the template.
Option1: From Front end
Option2: Extending The Template
<template id="report_invoice_document_inherit321" inherit_id="external_id_of_template">
<xpath expr="YOUR_XPATH_WHERE_YOU_WANT_YOUR_OUTPUT" position="after">
</xpath>
</template>
Upvotes: 1