Get customer details on my account tab when click on "edit" in frontend -magento -
need fetch customer details(name,addresss etc) if customer logs account , edits customer information after placed orders. found /design/frontend/.../default/template/customer/address/edit.phtml displays customer information. can 1 suggest how work this? appreciate help.
as know, view prints out information. block related /app/code/core/mage/customer/block/address/edit.php. check in there business logic layer.
Comments
Post a Comment