XenForo
Administrative
- Thread starter
- Admin
- #1
I'm working on a widget that retrieves an JSON object and then in the template it loops through the items and builds a display. Not a problem there. The problem I'm running into is that one of the item values has an
Read more
Read more about this Feed . . .
@
as part of its name and I can't quite get how to retrieve that value in the template. In the example, below, the associated dollar amount is retrieved with ${{$searchResult.sellingStatus.0.currentPrice.0.__value__|currency}}
but trying...Read more
Read more about this Feed . . .