I managed to edit my products.tpl to show a free shipping image above the price if free shipping is enabled on the product detail page, however it doesn't show on the front page / product listing page.
I'm using:
Code:
{if $product.free_shipping eq "Y"} <img src="skin1/images/free_shipping.gif" border="0">{/if}
Is it possible to get this done for the main page and the category listing pages? I've tried products.tpl, products_prices.tpl etc inside (customer/main).