View Single Post
  #80  
Old 09-26-2004, 08:32 AM
 
inksticks inksticks is offline
 

Advanced Member
  
Join Date: Aug 2004
Posts: 34
 

Default free shipping problem

Quote:
Originally Posted by adpboss
Couldn't you do something in the tpl like if

Code:
{if $order.shipping_cost eq "0.00"} N/A {else} {$order.shipping_cost} {/if}

I just made up the shipping cost varible, I am not sure what it is.

Thanks for the tip but this is the opposite of what I want. When the shipping amount equals 0.00 the cart already shows n/a for the shipping price. I would like it show 0.00 instead. For some reason either the tpl or the cart.php is causing it to do this. However, the biggest problem is that when the free shipping is selected all of the prices for the other shipping methods disappear too. The customer has to select a shipping method that costs something in order for the prices to show. When a customer is logged in this problem does not exist. Any help solving this problem would be appreciated.
__________________
X-Cart 4.0.5
http://www.inksticks.com/
Reply With Quote