首页
技术小册
AIGC
面试刷题
技术文章
MAGENTO
云计算
视频课程
源码下载
PDF书籍
「涨薪秘籍」
登录
注册
Magento管理系统简介
Magento系统管理System菜单
Magento管理员权限
Magento管理员用户帐户
Magento用户角色管理
Magento系统通知管理
Magento使用预定义变量
Magento添加自定义变量
Magento变量的引用
Magento电子邮件模板
Magento自定义电子邮件模板
Magento配置电子邮件通信
Magento数据传输
Magento管理CSV数据文件
Magento导入数据功能
Magento产品图像导入
Magento导出数据功能
Magento产品数据属性参考
Magento客户数据属性参考
Magento更新税率数据
Magento导入捆绑包产品
Magento导入可配置产品
Magento导入可下载的产品
Magento导入层价格数据
Magento缓存管理
Magento索引管理
Magento系统备份
Magento计划任务Cron
当前位置:
首页>>
技术小册>>
Magento零基础到架构师(系统管理)
小册名称:Magento零基础到架构师(系统管理)
最多 电子邮件模板 部分为 预定义变量 模板的特定属性。 以下列表包含常用电子邮件模板及其关联变量的示例。 **电子邮件模板变量** | 变量 | 标记标记 | |-------------------------|---------------------------------------------------------| | 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()}} |
上一篇:
Magento添加自定义变量
下一篇:
Magento电子邮件模板
该分类下的相关小册推荐:
Magento零基础到架构师(产品管理)
PHP8入门与项目实战(8)
Magento零基础到架构师(目录管理)
PHP安全之道
Laravel(10.x)从入门到精通(十一)
PHP8入门与项目实战(1)
Laravel(10.x)从入门到精通(十七)
ThinkPHP项目开发实战
Magento2后端开发高级实战
Swoole入门教程
PHP合辑3-数组函数
Laravel(10.x)从入门到精通(八)