Add customer name to order confirmation

Solved
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 Expert
149 26 30

This is an accepted solution.

Hello,

 

{{ customer.first_name }} should be correct yes

Jordan Holmes
Shopify Expert and Ruby on Rails Developer
https://experts.shopify.com/jordan-holmes

View solution in original post

Replies 2 (2)
jordanholmes
Shopify Expert
149 26 30

This is an accepted solution.

Hello,

 

{{ customer.first_name }} should be correct yes

Jordan Holmes
Shopify Expert and Ruby on Rails Developer
https://experts.shopify.com/jordan-holmes
bambooactive
Visitor
2 0 0

Works as expected. Thank you!