변수 참조
마지막 업데이트: 2024년 7월 13일
- 주제:
- 커뮤니케이션
작성 대상:
- 초급
- 중간
- 관리자
- 사용자
대부분의 전자 메일 템플릿에는 해당 템플릿에 해당하는 미리 정의된 변수 섹션이 있습니다. 다음 목록에는 자주 사용되는 이메일 템플릿과 관련 변수의 예가 포함되어 있습니다.
이메일 템플릿 변수
변수 | 태그 표시 |
---|---|
Email Footer Template | {{template config_path="design/email/footer_template"}} |
Email Header Template | {{template config_path="design/email/header_template"}} |
Email Logo Image Alt | {{var logo_alt}} |
Email Logo Image URL | {{var logo_url}} |
Email Logo Image Height | {{var logo_height}} |
Email Logo Image Width | {{var logo_width}} |
Template CSS | {{var template_styles|raw}} |
연락처 정보 변수 저장
변수 | 태그 표시 |
---|---|
Base Unsecure URL | {{config path="web/unsecure/base_url"}} |
Base Secure URL | {{config path="web/secure/base_url"}} |
General Contact Name | {{config path="trans_email/ident_general/name"}} |
General Contact Email | {{config path="trans_email/ident_general/email"}} |
Sales Representative Contact Name | {{config path="trans_email/ident_sales/name"}} |
Sales Representative Contact Email | {{config path="trans_email/ident_sales/email"}} |
Customer Support Name | {{config path="trans_email/ident_support/name"}} |
Customer Support Email | {{config path="trans_email/ident_support/email"}} |
Custom1 Contact Name | {{config path="trans_email/ident_custom1/name"}} |
Custom1 Contact Email | {{config path="trans_email/ident_custom1/email"}} |
Custom2 Contact Name | {{config path="trans_email/ident_custom2/name"}} |
Custom2 Contact Email | {{config path="trans_email/ident_custom2/email"}} |
Store Name | {{config path="general/store_information/name"}} |
Store Phone Telephone | {{config path="general/store_information/phone"}} |
Store Hours | {{config path="general/store_information/hours"}} |
Country | {{config path="general/store_information/country_id"}} |
Region/State | {{config path="general/store_information/region_id"}} |
Zip/Postal Code | {{config path="general/store_information/postcode"}} |
City | {{config path="general/store_information/city"}} |
Street Address 1 | {{config path="general/store_information/street_line1"}} |
Street Address 2 | {{config path="general/store_information/street_line2"}} |
Store Contact Address | {{config path="general/store_information/address"}} |
VAT Number | {{config path="general/store_information/merchant_vat_number"}} |
새 계정 템플릿 변수
변수 | 태그 표시 |
---|---|
Customer Account URL | {{var this.getUrl($store, 'customer/account/')}} |
Customer Email | {{var customer.email}} |
Customer Name | {{var customer.name}} |
새 주문 템플릿 변수
변수 | 태그 표시 |
---|---|
Billing Address | {{var formattedBillingAddress|raw}} |
Email Order Note | {{var order.getEmailCustomerNote()}} |
Order ID | {{var order.increment_id}} |
Order Items Grid | {{layout handle="sales_email_order_items" order=$order area="frontend"}} |
Payment Details | {{var payment_html|raw}} |
Shipping Address | {{var formattedShippingAddress|raw}} |
Shipping Description | {{var order.getShippingDescription()}} |
recommendation-more-help
d3c62084-5181-43fb-bba6-1feb2fcc3ec1