Below the line:
add the code:Code:if (!IS_ADMIN_FLAG) {
Add all of the code around 116 below the code:Code:if (!IS_ADMIN_FLAG) { global $db;
Code:// disable only when entire cart is free shipping if (zen_get_shipping_enabled($this->code)) { $this->enabled = ((MODULE_SHIPPING_ZONES_STATUS == 'True') ? true : false); }


Reply With Quote
