View Single Post
  #6  
Old 10-31-2007, 09:12 AM
 
code4access code4access is offline
 

Newbie
  
Join Date: Oct 2007
Posts: 7
 

Default Re: Free Shipping Logo in Product List

Quote:
Originally Posted by code4access
Hi balinor, thank you very much for this useful info. I had inplemented it successfuly in skin1/product_thumbnail.tpl.

I tried to implement it in skin1/customer/main/product.tpl , but it seems that this criteria {if $products[product].free_shipping eq "Y"} is not working.

I had checked it is correct place to put the Free Shipping Logo, as wihout this criteria, logo do show out in product detail.

Kindly help, appreciated.

Is ok now, by change the criteria to {if $product.free_shipping eq "Y"}
__________________
Version 4.1.9
Reply With Quote