Magento 1.7没有';t载荷扩展

Magento 1.7没有';t载荷扩展,magento,plugins,Magento,Plugins,我对magento 1.7的扩展有问题 我下载了软件包,把所有的文件放到正确的文件夹里 /app/code/community/EXTENSION\u文件夹 /app/design/adminhtml/-html更改 /app/etc/modules/Extension.xml Config.xml <?xml version="1.0"?> <config> <modules> <Ebizmarts_Cakemail>

我对magento 1.7的扩展有问题

我下载了软件包,把所有的文件放到正确的文件夹里

  • /app/code/community/EXTENSION\u文件夹
  • /app/design/adminhtml/-html更改
  • /app/etc/modules/Extension.xml
Config.xml

<?xml version="1.0"?>
<config>
   <modules>
      <Ebizmarts_Cakemail>
         <version>0.0.1</version>
      </Ebizmarts_Cakemail>
   </modules>

    <global>
        <rewrite>
            <ebizmarts_cakemail_account_edit>
                    <from><![CDATA[#^/customer/account/edit/(.*)#]]></from>
                    <to>cakemail/account/edit</to>
            </ebizmarts_cakemail_account_edit>
        </rewrite>

        <blocks>
            <adminhtml>
                <rewrite>
                    <newsletter_subscriber>Ebizmarts_Cakemail_Block_Adminhtml_Newsletter_Subscriber</newsletter_subscriber>
                </rewrite>
            </adminhtml>
        </blocks>

        <models>
            <cakemail>
                <class>Ebizmarts_Cakemail_Model_Cakemail</class>
                <emailtype>Ebizmarts_Cakemail_Model_Cakemail_emailtype</emailtype>
                <!--<rewrite>
                    <listids>Ebizmarts_Cakemail_Model_Cakemail_Listids</listids>
                </rewrite>-->
            </cakemail>
            <newsletter>
                <rewrite>
                    <subscriber>Ebizmarts_Cakemail_Model_Newsletter_Subscriber</subscriber>
                </rewrite>
            </newsletter>


        </models>


        <helpers>
            <Cakemail><class>Ebizmarts_Cakemail_Helper</class></Cakemail>
             <cakemail>
                <rewrite>
                      <data>Ebizmarts_Cakemail_Helper_Data</data>
                </rewrite>
            </cakemail>
        </helpers>

      <resources>
         <Cakemail_setup>
            <setup>
               <module>Ebizmarts_Cakemail</module>
            </setup>
            <connection>
               <use>core_setup</use>
            </connection>
         </Cakemail_setup>

         <Cakemail_write>
            <connection>
               <use>core_write</use>
            </connection>
         </Cakemail_write>

         <Cakemail_read>
            <connection>
               <use>core_read</use>
            </connection>
         </Cakemail_read>

      </resources>

   </global>

    <adminhtml>
        <acl>
            <resources>
                <admin>
                    <children>
                        <system>
                            <children>
                                <config>
                                    <children>
                                        <cakemail translate="title" module="cakemail">
                                            <title>cakemail Section</title>
                                            <sort_order>50</sort_order>
                                        </cakemail>
                                    </children>
                                </config>
                            </children>
                        </system>
                    </children>
                </admin>
            </resources>
        </acl>


        <!--<layout>
            <updates>
                <customerpartner module="Ebizmarts_Customerpartner">
                    <file>customerpartner.xml</file>
                </customerpartner>
            </updates>
        </layout>


    -->
    </adminhtml>

    <admin>
        <routers>
            <cakemail>
                <use>admin</use>
                <args>
                    <module>Ebizmarts_Cakemail</module>
                    <frontName>cakemail</frontName>
                </args>
            </cakemail>
        </routers>
    </admin>

    <default>
        <cakemail>
            <general>
                <active>1</active>
                <url>http://api.cakemail.com/</url>
            </general>
            <subscribe>
                <email_type>html</email_type>
                <double_optin>0</double_optin>
                <update_existing>1</update_existing>
            </subscribe>
            <unsubscribe>
                <delete_member>0</delete_member>
                <send_goodbye>0</send_goodbye>
                <send_notify>0</send_notify>
            </unsubscribe>
        </cakemail>
    </default>

</config>

0.0.1
cakemail/帐户/编辑
Ebizmarts\u Cakemail\u Block\u Adminhtml\u时事通讯\u订户
Ebizmarts_Cakemail_模型_Cakemail
Ebizmarts\U Cakemail\U模型\U Cakemail\U电子邮件类型
Ebizmarts\U Cakemail\U模型\U时事通讯\U订户
Ebizmarts_Cakemail_助手
Ebizmarts\u Cakemail\u Helper\u数据
埃比兹马特·卡克梅尔
核心单元设置
核心写入
核心读取
cakemail段
50
管理
埃比兹马特·卡克梅尔
卡基梅尔
1.
http://api.cakemail.com/
html
0
1.
0
0
0
System.xml

<?xml version="1.0"?>
<config>

   <sections>
          <cakemail translate="label" module="cakemail">
            <class>separator-top</class>
            <label>Cake Mail Configuration</label>
            <tab>customer</tab>
            <sort_order>109</sort_order>
            <show_in_default>1</show_in_default>
            <show_in_website>1</show_in_website>
            <show_in_store>1</show_in_store>
            <groups>
                <general translate="label">
                    <label>General</label>
                    <frontend_type>text</frontend_type>
                    <sort_order>1</sort_order>
                    <show_in_default>1</show_in_default>
                    <show_in_website>0</show_in_website>
                    <show_in_store>1</show_in_store>
                    <fields>
                        <active translate="label">
                            <label>Enabled</label>
                            <frontend_type>select</frontend_type>
                            <source_model>adminhtml/system_config_source_yesno</source_model>
                            <sort_order>1</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>0</show_in_store>
                        </active>
                        <email translate="label comment">
                            <label>E-mail</label>
                            <frontend_type>text</frontend_type>
                            <sort_order>2</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>0</show_in_store>
                            <comment>The E-mail you registered with at CakeMail.</comment>
                        </email>
                        <password translate="label comment">
                            <label>Password</label>
                            <frontend_type>text</frontend_type>
                            <sort_order>3</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>0</show_in_store>
                            <comment>Your CakeMail Password.</comment>
                        </password>
                        <client translate="label comment">
                            <label>Client</label>
                            <frontend_type>text</frontend_type>
                            <sort_order>4</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>0</show_in_store>
                            <comment>The Client E-mail.</comment>
                        </client>
                        <listid translate="label comment">
                            <label>List id</label>
                            <frontend_type>select</frontend_type>
                            <source_model>cakemail/listids</source_model>
                            <sort_order>5</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>1</show_in_store>
                            <comment>The Client's Cake Mail list id where customers will be added/removed</comment>
                        </listid>
                        <url translate="label comment">
                            <label>XML-RPC URL</label>
                            <frontend_type>text</frontend_type>
                            <sort_order>6</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>0</show_in_store>
                        </url>
                    </fields>
                </general>
              <subscribe>
                    <label>Subscribe options</label>
                        <frontend_type>text</frontend_type>
                        <sort_order>2</sort_order>
                        <show_in_default>1</show_in_default>
                        <show_in_website>0</show_in_website>
                        <show_in_store>0</show_in_store>
                        <fields>
                            <interests translate="label comment">
                                <label>Interests</label>
                                <frontend_type>text</frontend_type>
                                <sort_order>1</sort_order>
                                <show_in_default>0</show_in_default>
                                <show_in_website>0</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Set Interest Groups that contains a comma delimited list of Interest Groups to add.</comment>
                            </interests>
                            <opt-in translate="label comment">
                                <label>Opt-in</label>
                                <frontend_type>text</frontend_type>
                                <sort_order>2</sort_order>
                                <show_in_default>0</show_in_default>
                                <show_in_website>0</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Set the Opt-in IP fields.</comment>
                            </opt-in>
                            <email_type translate="label">
                                <label>Email type</label>
                                <frontend_type>select</frontend_type>
                                <source_model>cakemail/emailtype</source_model>
                                <sort_order>3</sort_order>
                                <show_in_default>0</show_in_default>
                                <show_in_website>0</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Email type preference for the email</comment>
                            </email_type>
                            <double_optin translate="label">
                                <label>Double optin</label>
                                <frontend_type>select</frontend_type>
                                <source_model>adminhtml/system_config_source_yesno</source_model>
                                <sort_order>4</sort_order>
                                <show_in_default>0</show_in_default>
                                <show_in_website>0</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Flag to control whether a double opt-in confirmation message is sent</comment>
                            </double_optin>
                            <update_existing translate="label">
                                <label>Update existing</label>
                                <frontend_type>select</frontend_type>
                                <source_model>adminhtml/system_config_source_yesno</source_model>
                                <sort_order>5</sort_order>
                                <show_in_default>0</show_in_default>
                                <show_in_website>0</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Flag to control whether a existing subscribers should be updated instead of throwing and error</comment>
                            </update_existing>


                        </fields>
                </subscribe>
                <unsubscribe>
                    <label>Unsubscribe options</label>
                        <frontend_type>text</frontend_type>
                        <sort_order>3</sort_order>
                        <show_in_default>1</show_in_default>
                        <show_in_website>0</show_in_website>
                        <show_in_store>0</show_in_store>
                        <fields>
                            <delete_member translate="label">
                                <label>Delete members</label>
                                <frontend_type>select</frontend_type>
                                <source_model>adminhtml/system_config_source_yesno</source_model>
                                <sort_order>1</sort_order>
                                <show_in_default>1</show_in_default>
                                <show_in_website>1</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Flag to completely delete the member from your list instead of just unsubscribing</comment>
                            </delete_member>
                            <send_goodbye translate="label">
                                <label>Send goodbye</label>
                                <frontend_type>select</frontend_type>
                                <source_model>adminhtml/system_config_source_yesno</source_model>
                                <sort_order>1</sort_order>
                                <show_in_default>1</show_in_default>
                                <show_in_website>1</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Flag to send the goodbye email to the email address</comment>
                            </send_goodbye>
                            <send_notify translate="label">
                                <label>Send notify</label>
                                <frontend_type>select</frontend_type>
                                <source_model>adminhtml/system_config_source_yesno</source_model>
                                <sort_order>1</sort_order>
                                <show_in_default>1</show_in_default>
                                <show_in_website>1</show_in_website>
                                <show_in_store>0</show_in_store>
                                <comment>Flag to send the unsubscribe notification email to the address defined in the list email notification settings</comment>
                            </send_notify>

                        </fields>
                </unsubscribe>



            </groups>
        </cakemail>

    </sections>


</config>

分离器顶部
蛋糕邮件配置
顾客
109
1.
1.
1.
一般的
文本
1.
1.
0
1.
启用
选择
adminhtml/system\u config\u source\u yesno
1.
1.
1.
0
电子邮件
文本
2.
1.
1.
0
您在CakeMail注册的电子邮件。
密码
文本
3.
1.
1.
0
你的CakeMail密码。
客户
文本
4.
1.
1.
0
客户端通过电子邮件发送。
列表id
选择
cakemail/listids
5.
1.
1.
1.
添加/删除客户的客户蛋糕邮件列表id
XML-RPC URL
文本
6.
1.
1.
0
订阅选项
文本
2.
1.
0
0
兴趣
文本
1.
0
0
0
设置包含要添加的兴趣组的逗号分隔列表的兴趣组。
加入
文本
2.
0
0
0
设置“选择加入IP”字段。
电子邮件类型
选择
cakemail/emailtype
3.
0
0
0
电子邮件的电子邮件类型首选项