add this code and customize it:

CODE
<?php if($product_info['products_price'] >= 700){
echo '<tr><td colspan="2">';
echo tep_image(DIR_WS_IMAGES . 'freedel.gif');
echo '</td></tr>'; }?>


tha firs and the last echos can be modified to match your html code.

the >=700 is the price... you can change it...

I use this code to show a picture with free shipping for items with price higher than 700 swiss francs.