Guadalupe Barba
03/19/2021, 8:57 PM<#assign itemlabel = customdata.itemlabel />
<#assign itemdescription = customdata.itemdescription />
<#assign upccode = customdata.upccode />
<#assign itemurl = customdata.itemurl />
<td rowspan="3" width="210px">
<#if itemurl?has_content>
<img style="width:184px;height:184px;background-color:#999;" src="${itemurl}" />
<#else>
<div style="width:184px;height:184px;background-color:#999;"></div>
</#if>
</td>
I have tried to follow this syntax in the Estimate form but it does not pull in the image. What exactly am I missing? I have tried using the "item." prefix as well as the "customdata." prefix using the same "itemurl" ID that he used with no luck. I have even tried using the IDs (custitem174, custitem173, etc) with those same prefixes, and still no luck. I need to pull in the product image, ITEM NAME/NUMBER, and DISPLAY NAME fields.Guadalupe Barba
03/19/2021, 9:16 PMGuadalupe Barba
03/19/2021, 9:16 PM