View Single Post
  #1  
Old 06-11-2006, 03:41 AM
 
Shaun Shaun is offline
 

Senior Member
  
Join Date: Sep 2005
Location: Michigan, USA
Posts: 176
 

Default Showing icon for free shipping on product list page

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?
__________________
X-Cart 5.4.1.19
Live site - www.streetortrack.com
Reply With Quote