在我的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
可行吗?任何现有的扩展? 任何建议如何编码?
答案 0 :(得分:0)
首先,安装新的付款方式,启用它。 然后,您可以在结帐页面上使用观察员检查添加到购物车的产品的类别,然后制作一个简单的if条件以在结帐时启用或禁用该付款方式,我的意思是显示/隐藏付款。