View Single Post
  #3  
Old 07-13-2005, 11:15 PM
 
vulcan-works vulcan-works is offline
 

Senior Member
  
Join Date: Feb 2004
Posts: 143
 

Default

in skin1/customer/main/cart_totals.tpl
replace:
Code:
{include file="currency.tpl" value=$shipping_cost}

with:
Code:
{if $shipping_cost eq "0.00"}Free Shipping!{else}{include file="currency.tpl" value=$shipping_cost}{/if}

and that replaces the 0.00 with Free Shipping
__________________
X-cart--4.7.12

vulcanworks.net
Reply With Quote