I decided to give my customer the option to receive their merchandise by USPS express or priority & free shipping also
Great figured that sequence out and works great. I love it.
Had to change always free shipping to normal shipping rules.
Ok, Now I lost my image Free Shipping on the products page
Wanting to create a new image Ex: Free Shipping USPS only which I hope will entise a tigger to buy, but I don't have a image on this page to create my gif. image.

How do I recode this page.
This is the page which the code regulates the image:
tpl_product_free_shipping_info_display.php

<!--bof free ship icon -->
<?php if(zen_get_product_is_always_free_shipping($products_id_current)) { ?>
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
<?php } ?>
<!--eof free ship icon -->

Mark