View Single Post
  #2  
Old 01-29-2010, 02:36 PM
 
Pobear Pobear is offline
 

Advanced Member
  
Join Date: Mar 2008
Posts: 51
 

Default Re: Default city showing on cart page. ?

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.
__________________
X-Cart 4.2.3
Frank S.
Reply With Quote