Magento
M70-301 · Question #76
M70-301 Question #76: Real Exam Question with Answer & Explanation
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}}
Community Discussion
No community discussion yet for this question.