Check your tpl_product_info_display.php and see if you have a section for:
Code:
<!--bof free ship icon -->
<?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
<?php } ?>
<!--eof free ship icon -->
Also, in the Tools ... Developers Tool Kit ... in the bottom input box enter:
TEXT_PRODUCT_FREE_SHIPPING_ICON
and select Catalog and click Search ...
Do you have a define statement for this similar to:
Code:
define('TEXT_PRODUCT_FREE_SHIPPING_ICON', zen_image(DIR_WS_TEMPLATE_IMAGES . 'always-free-shipping.gif', 'Always Free Shipping')); // for an image or comment out to use another
What is the Product Type on one of the Product's that is not displaying this on the product_info page?