View Single Post
  #6  
Old 04-08-2009, 01:40 AM
 
Jerrad Jerrad is offline
 

X-Adept
  
Join Date: Nov 2004
Location: The Netherlands
Posts: 484
 

Default Re: Free Shipping Button in Products page

Rename the 'your_free_shipping_image.gif' to your freeshipping image.

{if $product.free_shipping eq "Y"} <img src="{$ImagesDir}/your_free_shipping_image.gif" border="0">{/if}


Upload your freeshipping image to your images folder and in product.tpl put the code where you want the freeshipping image to appear.

Use below code if you want to display the freeshipping image on the products page (products_t.tpl):

{if $products[product].free_shipping eq "Y"} <img src="{$ImagesDir}/your_free_shipping_image.gif border="0">{/if}


Good luck!
__________________
X-Cart 4.0.12
Heavy modified with paid, free and forum mods.
PHP 5.2.5 | MYSQL 5.0.51a
Reply With Quote