我以magento開始,我試圖修改一個模板。 現在註冊表有名字和姓氏,我希望它只有名字。 我檢查了代碼,發現文件「template/persistent/customer/form/register.phtml」中包含該表單的所有字段,但是第一個和最後一個名稱有這段代碼:Magento註冊表
<?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->setForceUseCustomerAttributes(true)->toHtml() ?>
是否有任何文件我應該設置註冊表單的字段?
在此先感謝。