Ok...I got this far. The column shows an image box but it says "no image available"
Code:
<td>
<img
{if $id ne ''} id="{$id}"{/if} src="
{if $tmbn_url}
{$tmbn_url|amp}
{else}
{if $full_url}
{$http_location}
{else}
{$xcart_web_dir}
{/if}
/image.php?type={$type|default:"T"}&id={$productid}
{/if}
"
{if $image_x ne 0} width="{$image_x}"{/if}
{if $image_y ne 0} height="{$image_y}"{/if} alt="{$product|escape}" />
</td>