Hi I have modified the invoice file
order / invoice.php to include some custom fields as follows
<?php echo $this->order->customer->student; ?> | <?php echo $this->order->customer->dob; ?>
This places a name and date of birth into my invoice when i click on the "invoice" button in the backend.
Display>Frontend is set to Yes on the fields
However the customer invoice accessed via
Account Details > Orders in the frontend does not contain my custom fields - its opening the following URL
xxxx/order/invoice/order_id-6/tmpl-component.html
How can I locate / edit the frontend invoice file please.
Related posts
www.hikashop.com/forum/2-general-talk-ab...hipping-invoice.html
www.hikashop.com/forum/orders-management...-invoice-orders.html