Quote:
Originally Posted by raxitpatel
place above code in product.tpl where you want to display image.
|
Please help. I used the same code and inserted into the "skin1\customer\main\product.tpl" file but it doesn't work. Instead of showing the image, it is showing this text instead.
[img]/skin1/images/FreeShipping.gif[/img]
I checked and do have the "FreeShipping.gif" file under the "skin1\images" directory. Here is the code that I put in.
Code:
{if $product.free_shipping eq "Y"} [img]{$ImagesDir}/FreeShipping.gif[/img] {/if}
Did I screwed up somewhere?
Thanks
-Tuan