I need to get the gender of the guest account. I checked the source code and found that I can get the user's birthday address like, but for the gender of the guest, I don't get it.PHP Code:
$dob_value = $_SESSION['opc']->getGuestDateOfBirth();
I can't use this in another php file
To get effective help, can anyone provide some tips?PHP Code:
$gender = $this->guestCustomerInfo['gender'];
Bookmarks