Monday 22 July 2013

Magento Get all customer details in cart page


 Magento Get Full Details of customer in cart page


 $groupId = Mage::getSingleton('customer/session')->getCustomerGroupId();
 $group = Mage::getModel('customer/group')->load($groupId); //Get customer Group name
  $group_name = $group->getCode();

No comments:

Post a Comment