if ( 'yes' == $is_downloadable ) {

            // Downloadable files.
            if ( isset( $data['downloads'] ) && is_array( $data['downloads'] ) ) {
                $product = $this->save_downloadable_files( $product, $data['downloads'] );