小编Fra*_*aly的帖子

Magento Cron作业错误 - 回调无效

我有一些问题得到一个cron工作在Magentos cron系统内工作.

我的模块文件夹结构如下:

/app/code/local/Nnn/AbandonedCartEmails/etc/config.xml
/app/code/local/Nnn/AbandonedCartEmails/Model/Observer.php

我的配置xml如下:

<config> 

<!-- 
    The module's node contains basic 
    information about each Magento module
-->
<modules>
    <!--
        This must exactly match the namespace and module's folder
        names, with directory separators replaced by underscores
    -->
    <Nnn_AbandonedCartEmails>

        <!-- The version of our module, starting at 0.0.1 -->
        <version>0.0.1</version>

    </Nnn_AbandonedCartEmails>
</modules>

<global>
    <!-- Defining models -->
    <models>

        <!--
            Unique identifier in the model's node.
            By convention, we put the module's name in lowercase.
        -->
        <nnn_abandonedcartemails>

            <!--
                The path to …
Run Code Online (Sandbox Code Playgroud)

php xml magento

3
推荐指数
1
解决办法
1993
查看次数

标签 统计

magento ×1

php ×1

xml ×1