Admin - Configuration - Shipping/Packaging - Order Weight Zero Status - Admin
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Shipping/Packaging - Order Weight Zero Status - Admin
/path/to/your/shop/admin/configuration.php
| Line #74 : if (zen_get_configuration_key_value('ORDER_WEIGHT_ZERO_STATUS') == '1' and !defined('MODULE_SHIPPING_FREESHIPPER_STATUS')) { |
/path/to/your/shop/admin/includes/functions/general.php
| Line #2413 : // Free Shipping when 0 weight - enable freeshipper - ORDER_WEIGHT_ZERO_STATUS must be on
Line #2414 : case (ORDER_WEIGHT_ZERO_STATUS == '1' and ($check_cart_weight == 0 and $shipping_module == 'freeshipper')):
|
/path/to/your/shop/admin/modules.php
| Line #36 : if (zen_get_configuration_key_value('ORDER_WEIGHT_ZERO_STATUS') == '1' and !defined('MODULE_SHIPPING_FREESHIPPER_STATUS')) { |
