Mixed payments with meal vouchers and credit card

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
Hello, we are developing a store for the sale of food products. We would like to be able to allow mixed payments with meal vouchers and credit cards at the same time (for products that cannot be sold with meal vouchers, for example shipping costs, gift cards etc...).
How to separate and allowing mixed payments, especially starting from the product category?

Thank you
2 years ago
you can check this Payment Director plugin for complex scenario  https://www.nopcommerce.com/en/payment-director
2 years ago
Thanks a lot. one question: do you know if it supports 2 payments (1 with meal vouchers and 1 for the remainder by credit card) for a single order?
2 years ago
Out of the box, nopCommerce will only allow the selection of one payment method during checkout.  It will allow applying Coupons (and other discounts).

How do "meal vouchers" work?   If that is a payment method, how do you verify it?  Does the customer have to enter a code?
2 years ago
Thanks for the reply. I'll give you an example:

The purchase of a food product of € 15 can be made with 2 meal vouchers of € 5.25 + € 4.50 paid by credit card.
For meal vouchers, the idea is to develop a payment method (nopCommerce IPaymentMethod interface) by integrating with third-party APIs (meal vouchers API) but we would not know how to manage two payment methods for a single order on NopCommerce.
Furthermore gift cards (virtual nopCommerce products) inserted in the cart together with food products or shipping costs cannot be paid with meal vouchers but only by credit card.
2 years ago
Payment Director can examine cart contents, discounts applied, selected shipping method selected, etc. , and can prevent checkout, or can only show "valid" payment methods, but it can't handle allowing multiple payment methods, since nopCommerce does not support it.  (There is only one Payment method recorded on the Order).

Allowing multiple payment methods could be a difficult customization.  You may want to consider a workaround like a gift card that can be purchased only with meal vouchers, and then the customer would later apply the gift card as payment method (in addition to using credit card if needed).
2 years ago
Thanks!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.