Problem using gift card with minimum order amount

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 7 ans
There's a problem using gift cards when minimum order amount is set. Here's the problem: suppose that

A = Order Total (amount to pay)
B = Minimuo order amount (below B order cannot be placed)
C = Gift card available credit(that can or not be > A)

When (A - C) < B Nopcommerce doesn't allow the order to be placed, as the check is NOT on the order amount BUT on the difference.
If you reset B to zero, everything works fine, also il A < C

Is it possible to solve the problem?
Il y a 7 ans
Hi Riccardo,

Thanks! Here is a work item
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.