# Display Option on Order invoice

## <mark style="color:blue;">Order Invoice with Shopify Order Printer</mark>

Our Product Options app works seamlessly with Shopify’s Order Printer app, allowing you to include option details directly on printed invoices.

{% stepper %}
{% step %}
From your **Shopify admin**, click on **Apps**
{% endstep %}

{% step %}
Select **Order Printer** from your app list

<figure><img src="https://3294420404-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKpeSoGW2SR7i4BJqoeq%2Fuploads%2FgnKOdJNxvY7MC4SxiCnY%2Fimage.png?alt=media&#x26;token=de161165-0f4f-4e28-b91f-b8fe317111db" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Manage Templates** > **Invoice**

<figure><img src="https://3294420404-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKpeSoGW2SR7i4BJqoeq%2Fuploads%2FfPNEv1E23Q96Xd7E5lCL%2Fimage.png?alt=media&#x26;token=22cb96b3-4e6d-4c3a-8722-1a0c40591227" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
📥 **Download the invoice template** *(*[*click this button to download*](https://github.com/globo-software/display-cart-line-item-in-notification/blob/main/gpo-order-invoice.liquid)*)*
{% endstep %}

{% step %}
Open the downloaded file and **copy the code**

```
<div class="gpo-properties">
	{% assign property_size = line_item.properties | size %} 
	{% if property_size > 0 %} 
	{% for p in line_item.properties %} 
	<div class="gpo-property">
		{% assign first_character_in_key = p.first | truncate: 1, '' %}
		{% unless p.last == blank or first_character_in_key == '_' %} 
		<span>{{ p.first }}: </span>
		{%- if p.last contains '/uploads/' -%} 
		<a href="{{ p.last }}">{{ p.last | split: '/' | last }}</a> 
		{%- else -%} 
		{{ p.last }} 
		{%- endif -%} 
		{% endunless %} 
	</div> 
	{% endfor %}
{% endif %} 
</div>
```

Paste the code into the **Template Details** section

<figure><img src="https://3294420404-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKpeSoGW2SR7i4BJqoeq%2Fuploads%2FR5tfAQ47kTB9bMuWZCDz%2Fimage.png?alt=media&#x26;token=6130a75a-bc5c-4ad9-83f5-ef9f40142396" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to apply the change
{% endstep %}
{% endstepper %}

**📩 Need help?**\
If you run into any issues creating a new option set, don’t hesitate to reach out! Email us anytime at **<contact@globosoftware.net>** — we’re here to help with sincere support.
