I have a Mage_Customer_Model_Customer object and the following code runs:
$customer->loadByEmail($customer->getEmail()); $customer->getGender();
I am trying to get the eav_attribute_option_value.value value of these option_id, which is the word "Male" or the word "Female"
I'm not sure how to do this, and spent a lot of time debugging the account form widget without any success. I am also interested in how you understood this.
Thanks in advance
Sincerly, Tired Dev
source share