I'm not familiar with osCommerce in Symbiotic mode, all I can say is it looks like you hadn crafted the widget so you need to add an <img...> into your code. The example pagy you point to , the widget code looks like this (this is not complete, just showing the area involved
HTML Code:
<div style="width:1px;height:10px"></div>
<div style="text-align:center;height:95px;width:120px;">
<a href="http://demo.wp-oscommerce.com/shop/product_info.php?products_id=32">
<img src='http://demo.wp-oscommerce.com/shop/images/Arcade.jpg' alt='Wizy Moo' width='100' height='75' /></a>
<div class="desc">
<a href="http://demo.wp-oscommerce.com/shop/product_info.php?products_id=32">Wizy Moo</a>
</div>
</div>
While your code is this
HTML Code:
<div style="width:1px;height:10px"></div>
<div style="text-align:center;height:20px;width:20px;">
<a href="http://www.ramapoughlenapenation.org/store/product_info.php?products_id=30"></a>
<div class="desc">
<a href="http://www.ramapoughlenapenation.org/store/product_info.php?products_id=30">Tribal Logo</a></div>
</div>
Notice the <img> you need to put one in your code