Is there any way to change display of money order so that the user only sees it if he/she has a corporate account? I have added a corpacct field to the customers table, and created a form to modify this by hand. Now I'd like the payment page to see if the person has a "0" (no corporate account) or a "1" (yes, corporate account) in that field, and display the money order payment option only if the "1" is present. Can this be done, and if so, how?

Thanks!