Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Magento 模板文件中,如何输出数组键的值。
例如:
{{var 奖励.UsablePoints}}
将返回
大批
内容如下所示:
[0] (int) => 12
使用 magento 的 mustache 语法({{...}})我将如何显示“12”而不是“Array”。
{{var rewards.UsablePoints.0}}