I am able to eliminate the city showing by changing the following if some one could let me know what could be the problem with doing this.
In
customer/main/cart_totals.tpl and changing on line 43
Quote:
{if $login ne "" || $config.General.apply_default_country eq "Y" ||
|
to
Quote:
{if $login ne "" || $config.General.apply_default_country eq "N" ||
|
Hopefully this is not going to cause a problem.