|
62 | 62 | __('{order_code}: displays the order code.'), '<br>',
|
63 | 63 | __('{order_date}: displays the order date.'), '<br>',
|
64 | 64 | __('{order_type}: displays the order type.'), '<br>',
|
65 |
| - __('{customer_name}: displays the customer name.'), '<br>', |
| 65 | + __('{customer_first_name}: displays the customer first name.'), '<br>', |
| 66 | + __('{customer_last_name}: displays the customer last name.'), '<br>', |
66 | 67 | __('{customer_email}: displays the customer email.'), '<br>',
|
67 | 68 | __('{shipping_first_name}: displays the shipping first name.'), '<br>',
|
68 | 69 | __('{shipping_last_name}: displays the shipping last name.'), '<br>',
|
|
100 | 101 | __('{order_code}: displays the order code.') . '<br>',
|
101 | 102 | __('{order_date}: displays the order date.') . '<br>',
|
102 | 103 | __('{order_type}: displays the order type.'), '<br>',
|
103 |
| - __('{customer_name}: displays the customer name.') . '<br>', |
| 104 | + __('{customer_first_name}: displays the customer first name.') . '<br>', |
| 105 | + __('{customer_last_name}: displays the customer last name.') . '<br>', |
104 | 106 | __('{customer_email}: displays the customer email.') . '<br>',
|
105 | 107 | __('{shipping_first_name}: displays the shipping first name.') . '<br>',
|
106 | 108 | __('{shipping_last_name}: displays the shipping last name.') . '<br>',
|
|
0 commit comments