Changing POS receipt code to show company name

Changing POS receipt code to show company name

DurhamRender
Tourist
6 1 0

Hi i am looking at editing the code on the POS receipt to show the Sold To: as either the company name or full company name and address, i cant seem to find the correct code, i have attached a screenshot and would be grateful for any help.

 

<section class='customer'>
<p class='customer-title'>
{{ 'receipt.sold_to' | t }}
{{ order.customer.display_name }}
</p>
<p>{{ order.customer.email }}</p>
<p>{{ order.customer.phone }}</p>
</section>

 

Thanks

Screenshot 2025-03-11 at 17.47.20.png

Replies 0 (0)