Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻求有关删除电话验证的帮助。据我了解,它可以通过覆盖Mage_Customer_Model_Address类来完成。但我只在注册页面需要它,所以它仍然是客户我的帐户页面中的必填字段。
Mage_Customer_Model_Address
您需要覆盖/customer/form/register.phml包/主题中的模板,而不是模型!在您的新register.phtml模板文件中,只需class="required"从电话字段中删除。
/customer/form/register.phml
register.phtml
class="required"