getLayout()->createBlock('customer/widget_name') ->setObject($this->getAddress()) ->toHtml() ?> For checkout/onepage/shipping.phtml: getLayout()->createBlock('customer/widget_name') ->setObject($this->getAddress()) ->setFieldIdFormat('shipping:%s') ->setFieldNameFormat('shipping[%s]') ->setFieldParams('onchange="shipping.setSameAsBilling(false);"') ->toHtml() ?> */ /* @var $this Mage_Customer_Block_Widget_Name */ ?>