magento我怎么办?手动订购(后端)免费送货,实际上是提货 [英] magento How do I? manual order (backend) free shipping, actually pickup

查看:34
本文介绍了magento我怎么办?手动订购(后端)免费送货,实际上是提货的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

magento我如何?手动订购(后端)免费送货,实际上是提货

magento How do I? manual order (backend) free shipping, actually pickup

您好,我们希望能够在adminhtml后端(我们为客户输入)中输入订单.

Hi we want to be able to enter order in the adminhtml backend (we enter for customer).

我们的问题是

1)客户向我们支付现金.我们如何仅对后端启用此功能(现在我们必须选择信用卡,-结帐时可用的选项)

1) the customer pays us cash. How do we enable this only for the backend (now we have to select credit card,- the option availbale on checkout)

2)客户要取货.但是我们不希望通过结帐向所有客户提供此选项.因此,此选项仅在后端对我们可用

2) The customer wants to pickup. But we dont want to offer this option to all customers via checkout. So this option is only available for us in the backend

以前有人遇到过吗?

推荐答案

您可以在模型中允许现金支付:

You can allow cash payment in the Model:

public function  isAvailable($quote = null)
{
    return (parent::isAvailable($quote) && Mage::app()->getStore()->isAdmin());
}

这将仅允许您在Admin中使用付款方式.

This will enable you payment method only in Admin.

这篇关于magento我怎么办?手动订购(后端)免费送货,实际上是提货的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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