Dear, I am trying to display images and links but I can not because they are in deeper sub levels of json.
offer[0].links.link[0].url
offer[0].thumbnail.url
offer[0].seller.thumbnail.url
This is the code:
[jsoncontentimporter parser=twig url=”https://bws.buscape.com.br/service/v2/topOffers/lomadee/31524358323074664f354d3d/BR/?format=json&results=100&page=1sourceId=34487665″%5D
totalResultsAvailable: {totalResultsReturned}
{subloop-array:offer:-1}{offer.offerName}
Desconto: {offer.discountPercent}%
De: R$ {offer.priceFromValue}
Por: R$ {offer.priceValue}
Comprar
Vendido e entregue por: {subloop:offer.seller:-1}{offer.seller.sellerName}{/subloop:offer.seller}
{/subloop-array:offer}ULTIMO
{subloop:details:-1}applicationID:{details.applicationID}<br>{/subloop:details}
[/jsoncontentimporter]
Thanks
PS: In PRO version is more simple, easy?