View Single Post
  #314  
Old 02-27-2005, 10:58 AM
 
halestorm halestorm is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 44
 

Default

Ok I removed the following lines in cart totals:

Code:
<FONT class="ErrorMessage">{$lng.lbl_no_shipping_for_location}:</FONT>

And that was right under

Code:
{if $shipping eq "" and $need_shipping and $cart.shipping_cost eq 0}

I also removed

Quote:
{$lng.lbl_anonymous}

And that line lived in this:


Code:
{if $login ne "" or $config.General.apply_default_country eq "Y" or $cart.shipping_cost gt 0} {$userinfo.s_address} {$userinfo.s_city} {$userinfo.s_statename} {$userinfo.s_countryname} {$userinfo.s_zipcode} {else} {$lng.lbl_anonymous} {/if}

So the message is gone, but will everything be ok? Because now those messages are gone, but there are two grey lines where that message used to be. I just want to make sure that I did the correct thing.

Thanks,

Daniel
__________________
...
x-cart-4.0.11

http://www.thegamegeek.net
Reply With Quote