Magento提供两个支付网关,每个产品类别一个

Magento提供两个支付网关,每个产品类别一个,magento,payment-gateway,Magento,Payment Gateway,在我的Magento商店,我需要专门为X类产品设置第二个支付网关。 因此,在签入过程中,我需要验证购物车中的产品,因此我将面临以下三种情况之一: 1- Cart has products only from category X ==> Payment Gateway 1 2- Cart has products only from other categories ==> Payment Gateway 2 3- Cart has products from category X

在我的Magento商店,我需要专门为X类产品设置第二个支付网关。
因此,在签入过程中,我需要验证购物车中的产品,因此我将面临以下三种情况之一:

1- Cart has products only from category X ==> Payment Gateway 1
2- Cart has products only from other categories ==> Payment Gateway 2
3- Cart has products from category X and products from other category (mixed) ==> Payment Gateway 2
可行吗?有没有已经存在的扩展?
有什么建议吗?如何编码?

首先,安装新的付款方式,启用它。 然后,您可以在结账页面使用观察者来检查添加到购物车的产品的类别,然后创建一个简单的if条件以在结账时启用或禁用该付款方法,我的意思是,显示/隐藏付款