Hello – in our country, Cash on Delivery (COD) is only available up to a specific amount due to restrictions, so we have a need to disable the COD payment gateway based on the cost per vendor instead of total cart.
For example if customer adds to their cart products from two vendors:
Cart Contents:
ProductA from VendorA: $99 (ok since below threshold to deliver COD)
ProductB from VendorB: $99 (ok since below threshold to deliver COD)
Combined the cost for the Cart is above the threshold to deliver COD, but since the order is split across two vendors and they are shipped separately, COD should be allowed.
Do you know of any way we could achieve this w/o custom development?