This is probably very easy, but I’m trying to code a customer’s first name to appear on a certain line in my packing slips and can’t figure out what to input. I know that customer.name will show the person’s full name inputted at checkout. Would anybody know how to have just the first name? I tried every variable of first.name I could think of…
I’d be happy to help you with this! When editing the packing slip template you will see a link on the right hand column to view the liquid variables supported by the template you are working on:
You can find the same page by follow this link: Packing slip variable reference · Shopify Help Center and I’ll include the customer variables below:
Variable | Description |
---|---|
<br>customer.first_name<br> |
The customer’s first name. |
<br>customer.last_name<br> |
The customer’s last name. |
<br>customer.name<br> |
The customer’s full name. |
<br>customer.email<br> |
The customer’s email. |
Thank you very much, Shay! I’m grateful for your time and support
1 Like