again I shouldnt play with things, added this to advanced shipper to not show when free shipping is enabled but didn't add a method
Code:if (IS_ADMIN_FLAG !== true && $this->enabled == true && isset($GLOBALS['freeoptions']) && $GLOBALS['freeoptions']->enabled && $method == '') { $this->enabled = false; return false; }
Bookmarks