Admin - Configuration - My Store - Store Zone - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - My Store - Store Zone - Catalog
/path/to/your/shop/includes/classes/order.php
| Line #293 : if ($billing_address->fields['entry_zone_id'] == STORE_ZONE) { |
/path/to/your/shop/includes/functions/functions_taxes.php
| Line #23 : $zone_id = STORE_ZONE;
Line #28 : if ($zone_id != STORE_ZONE) return 0;
|
/path/to/your/shop/includes/modules/order_total/ot_shipping.php
| Line #71 : if (STORE_ZONE == $order->billing['zone_id']) {
Line #74 : } elseif (STORE_ZONE == $order->delivery['zone_id']) { |
/path/to/your/shop/includes/modules/pages/advanced_search_result/header_php.php
| Line #226 : $_SESSION['customer_zone_id'] = STORE_ZONE; |