Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Magento 中,我需要为不同的产品类型实现不同的结帐选项。这可能吗?
澄清一下,我有一套产品可以通过信用卡或货到付款支付,而另一套产品只能通过信用卡支付。
这在标准 Magento 中是不可能的,您需要为此进行自己的扩展。
N98_CheckoutFilters可以作为如何在结帐中过滤掉付款方式的起点。