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
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