X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Default city showing on cart page. ? (https://forum.x-cart.com/showthread.php?t=52037)

Pobear 01-29-2010 11:44 AM

Default city showing on cart page. ?
 
At the cart page with an item added and between the delete item update item and edit options and sub totals I have a box displaying the default city. This is the area where lbl_no_shipping_for_location error message would go.

I would like to not have this showing as I believe it will confuse my customers.

Tried using webmaster with no success.

Any help would be appreciated.

Pobear 01-29-2010 02:36 PM

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.


All times are GMT -8. The time now is 01:49 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.