Admin - Configuration - Shipping/Packaging - Shipping Origin Country - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Shipping/Packaging - Shipping Origin Country - Catalog
/path/to/your/shop/includes/modules/shipping/ups.php
| Line #134 : $country_name = zen_get_countries(SHIPPING_ORIGIN_COUNTRY, true); |
/path/to/your/shop/includes/modules/shipping/usps.php
| Line #326 : if ($order->delivery['country']['id'] == SHIPPING_ORIGIN_COUNTRY) {
Line #441 : if ($order->delivery['country']['id'] == SHIPPING_ORIGIN_COUNTRY) { |