php - Array Key Values In Magento Template Files -
within magento template file how can output value of array key.
for example:
{{var rewards.usablepoints}}
will return
array
the contents this:
[0] (int) => 12
using magento's mustache syntax ({{...}}) how display "12" instead of "array".
{{var rewards.usablepoints.0}}
php magento templates mustache
No comments:
Post a Comment