I implimented this line of code to my product.tpl:
Code:
{if $product.free_shipping eq "Y"} [img]{$ImagesDir}/freeshipping.gif[/img] {/if}
And it works very nicely -
http://test.streetortrack.com/13-630A-Canton-Ford-289-302-Aluminum-Front-Sump-Pan-FREE-SHIPPING-pr-17102.html
What I'd like to also display is the another free shipping image under the thumbnail of the product in the product list page -
http://test.streetortrack.com/home.php?cat=294
This way the customer wouldn't need to actually load the product details to see that they can save money with free shipping. And I wouldn't need to add the free shipping text to the product name...
Any ideas?