How to inlcude custom field on Customer profile into Commerce Order Confirmation Email
I followed this instruction to create custom field (phone number) on Customer Profile (Billing & Shipping Information)
http://www.drupalcommerce.org/user-guide/configuring-creating-customer-p...
But when customer receive the Order Confirmation Email, that custom field (phone number) not included on it.
I've tried edit the message
admin/structure/messages/manage/commerce_order_order_confirmation
but still not find a clue
Could anyone help me how to include custom field on order confirmation email?
Comments
"One reason it might not work is if you have selected a second entry that used underscores (_) instead of dashes (-). I've ran into this problem once before. Just try the other one in that case."
Yes I have use the - version seem not work
I will try using _ version
Thanks
if that still doesnt work, you might want to try using
[user:field-phone-number]
even though this token is not being displayed.
the 'user' (as opposed 'current-user') prefix is what is used in the default drupal email bodies, as can be seen at
admin/config/people/accounts
if you scroll down all the way.
maybe this one works? it should be the one with the dashes (-), but it cant hurt trying both dashes and underscores.