if
(Mage::getSingleton(
'customer/session'
)->isLoggedIn()) {
$customer
= Mage::getSingleton(
'customer/session'
)->getCustomer();
$customer
->getPrefix();
$customer
->getName();
$customer
->getFirstname();
$customer
->getMiddlename();
$customer
->getLastname();
$customer
->getSuffix();
$customer
->getWebsiteId();
$customer
->getEntityId();
$customer
->getEntityTypeId();
$customer
->getAttributeSetId();
$customer
->getEmail();
$customer
->getGroupId();
$customer
->getStoreId();
$customer
->getCreatedAt();
$customer
->getUpdatedAt();
$customer
->getIsActive();
$customer
->getDisableAutoGroupChange();
$customer
->getTaxvat();
$customer
->getPasswordHash();
$customer
->getCreatedIn();
$customer
->getGender();
$customer
->getDefaultBilling();
$customer
->getDefaultShipping();
$customer
->getDob();
$customer
->getTaxClassId();
}
No comments:
Post a Comment