Magento Google Checkout更改新订单状态 [英] Magento Google Checkout Change New Order Status

查看:68
本文介绍了Magento Google Checkout更改新订单状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以在Magento的管理员中更改Google Checkout的默认新订单状态".

Is there a way to change the default New Order Status in Magento's admin for Google Checkout.

在下拉框中,只有选项可以选择待处理".理想情况下,我希望能够将其设置为处理中".

In the dropdown box there is only the option to select Pending. Ideally I want to be able to set that to Processing instead.

如何在该下拉框中添加更多选项?

How do I add more options to that drop down box?

推荐答案

最快的方法是使用以下system.xml文件创建模块:

The quickest way is to create a module with the following system.xml file:

<config>
    <sections>
        <google>
            <groups>
                <checkout>
                    <fields>
                        <order_status>
                            <source_model>adminhtml/system_config_source_order_status</source_model>
                        </order_status>
                   <fields>
                <checkout>
            </groups>
        </google>
    </sections>
</config>

这只会使所有状态可用.

This will simply make all statuses available.

这篇关于Magento Google Checkout更改新订单状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆