get_lang('dict_shop_cart.normal'), self::INVALID => get_lang('dict_shop_cart.invalid'), ]; if ($status == '') return $list; return $list[ $status ] ?? ''; } }