Berenice Domínguez
11/09/2022, 3:30 PM<#if (itemimages[itemline.item.internalId])?has_content>
Any ideas how to get the image url inside the loop <#list salesorder.item as itemline>.
David B
11/09/2022, 8:39 PMitemline.item.internalId
, does it contain anything?
Try itemline.item.id
Berenice Domínguez
11/09/2022, 8:39 PMDavid B
11/09/2022, 8:44 PMitemline.item.id
is actually the id of the line in the format _`transactionid_lineid`_David B
11/09/2022, 8:48 PMBerenice Domínguez
11/09/2022, 9:08 PM<#list salesorder.item as itemline>