Quote Originally Posted by jimmie View Post
i get this when trying to checkout
Your available shipping options have changed. Please re-select your desired shipping method.
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;
      }