Hi, and thanks for this great plugin.
I would like to know if it's possible to include items images onto my page, not just in the popup.
I found the code to call images:
<?php if ($showImage=="1") {?>
<tr>
<td align="center" colspan="2"><?php echo $auction["image"];?></td>
</tr>
<?php } ?>
But i'm not able to implement it directly in the page.
Thanks for help,
Ronan.