客户组无法正常工作的<source_model> </source_model>

时间:2014-04-25 12:51:42

标签: php magento

我正在构建magento模块。我需要在管理配置中显示可用的客户组。 我在system.xml中使用以下代码来获取可用的客户组,

 <customergroup translate="label">
      <label>Select Customer Group can view Pricing/Purchase Product</label>
      <frontend_type>select</frontend_type>
      <source_model>customer/group</source_model>
      <sort_order>1</sort_order>
      <show_in_default>1</show_in_default>
      <show_in_website>1</show_in_website>
      <show_in_store>1</show_in_store>                    
 </customergroup>

此代码产生错误,

  

无效方法Mage_Customer_Model_Group :: toOptionArray(

有没有找到客户群模型的方法?

0 个答案:

没有答案