Magento
M70-301 · Question #76
In a "new order" transactional email template, which two of the following are valid ways to get properties of the template variable "order"? (Choose TWO.)
The correct answer is B. {{var data=order.customerEmail}} D. {{var $order.getCustornerEmail()}}. See the full explanation below for the reasoning.
Question
In a "new order" transactional email template, which two of the following are valid ways to get properties of the template variable "order"? (Choose TWO.)
Options
- A{{order var=customer_lastname}}
- B{{var data=order.customerEmail}}
- C{{var order.customer_lastname}}
- D{{var $order.getCustornerEmail()}}
- E{{var order.getCustomerLastname()}}
- F{{var order.getCustomerFirstname}}
How the community answered
(44 responses)- B84% (37)
- C5% (2)
- E2% (1)
- F9% (4)
Community Discussion
No community discussion yet for this question.