Hi, I am trying to add customer first name and company to my account invitation template, but I’m obviously missing something in my code as {{shipping_address.first_name}} and {{shipping_address.company}} are appearing as blanks. Please see below (bold is my additions to template). Any help is gratefully accepted. Thanks in advance.
{% capture email_title %}Activate your account{% endcapture %}
{% capture email_body %}Hi {{shipping_address.first_name}}, a customer account has been created for {{shipping_address.company}} at {{shop.name}}. All you have to do is activate it.{% endcapture %}