RE: Export Saved Search with Thumbnail Image
I have a saved search created with product sku’s and the corresponding item image (already saved to the individual item page). Is there a way to export this saved search in pdf or excel and keep the pictures in tack? Every time I export, the image column has the URL from the file cabinet instead of the actual picture.
Do I need to create an Advanced PDF template for this saved search? If so, how do I get the images to populate?
Please help!
I figured it out! Here is the code to use on the Advanced PDF Template, also be sure the you have checked “available without login” on the file cabinet item.
<td><@filecabinet nstype="image" alt="" src="${result.custitem_atlas_item_image}" style="float: left; width: 50px; height: 50px;" /></td>