Re: Add customer name to order confirmation

Solved

How to include customer name in order confirmation?

bambooactive
Visitor
2 0 0

Hello,

 

How can I add the customer name to the order confirmation? So instead of just 

"

Thank you for your purchase!

We're getting your order ready to be shipped. We will notify you when it has been sent."

 

I want to add something like

 

Thank you for your purchase Susan, you made a great choice!

We're getting your order ready to be shipped. We will notify you when it has been sent.

 

I know I need to edit the template code, is it the customer.first_name property that needs to be added?

 

Many thanks

Accepted Solution (1)

jordanholmes
Shopify Partner
152 28 34

This is an accepted solution.

Hello,

 

{{ customer.first_name }} should be correct yes

Jordan Holmes
Shopify Expert and Ruby on Rails Developer
Shopify Partner Directory

View solution in original post

Replies 2 (2)

jordanholmes
Shopify Partner
152 28 34

This is an accepted solution.

Hello,

 

{{ customer.first_name }} should be correct yes

Jordan Holmes
Shopify Expert and Ruby on Rails Developer
Shopify Partner Directory
bambooactive
Visitor
2 0 0

Works as expected. Thank you!