if (product_option('Name of your text option').value == '') { alert('Alert you want to show'); return false; } else return true;