Find the code at the 29th line in \wp-content\themes\ave\liquid\admin\views\liquid-demos.php, which is:
if ( 'valid' != get_option( 'ave_purchase_code_status', false) ) {
Change that to:
if ( 'valid' != get_option( 'ave_purchase_code_status', true ) ) {