ShareTo display basic reviews on a product page, you want to add the following line to your catalog.xml within catalog_product_view.[…]
Read moreTag: firstname. lastname
How to get customer First Name, Last Name , Email Address or Details in magento
Share$customer = Mage::getSingleton(‘customer/session’)->getCustomer(); $email = $customer->getEmail(); // To get Email Id of a customer $firstname = $customer->getFirstname(); // To get[…]
Read more