服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

magento自定义的payment method是否可用的判断

时间:2016-03-06 14:34来源: 作者: 点击:
magento自定义的payment method是否可用的判断 /app/code/core/Mage/Payment/Model/Method/Abstract.phpisApplicableToQuote() payment method类会继承Mage_Payment_Model_Method_Abstract 在模板里会判断payment method是否可以显示
magento自定义的payment method是否可用的判断
/app/code/core/Mage/Payment/Model/Method/Abstract.php isApplicableToQuote()

payment method类会继承Mage_Payment_Model_Method_Abstract

在模板里会判断payment method是否可以显示,供用户选择。最终会调用isApplicableToQuote()

所以自己的payment method插件可以写isApplicableToQuote()方法用来判断在哪些条件下可以显示或者不显示。

workflow:

->app/design/frontend/base/default/template/checkout/onepage/payment/methods.phtml $this->getMethods() [$this => Mage_Payment_Block_Form_Container]

->app/code/core/Mage/Payment/Block/Form/Container.php[_canUseMethod()] && app/code/core/Mage/Payment/Model/Abstract.php [isApplicableToQuote()]

(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容