Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Apply Discount Based on Selected Payment Method #250

Open
Jacquesvw opened this issue Mar 12, 2025 · 3 comments
Open

[Feature Request] Apply Discount Based on Selected Payment Method #250

Jacquesvw opened this issue Mar 12, 2025 · 3 comments
Labels
Feature Request Feature Request

Comments

@Jacquesvw
Copy link

I would like to request a feature that allows applying a discount when a specific payment method is selected during checkout. The discount could be either a percentage or a fixed amount.

Expected Behaviour:

  • Admins should be able to configure a discount for specific payment methods.
  • The discount should be configurable as either a percentage or a fixed amount.
  • There should be options to set a minimum and maximum order amount threshold for when the discount applies.
  • The discount should be automatically applied when the selected payment method meets the configured criteria.

Use Case:
This feature would be useful for incentivising customers to choose certain payment methods, such as direct bank transfers or cryptocurrency payments, by offering a discount within defined order value limits.

@PhocaCz
Copy link
Owner

PhocaCz commented Mar 12, 2025

Hi, thank you for your idea, isn't it easier to manage this per payment method price, there you can set price for payment method, so you can easily favor selected method. :idea:

@PhocaCz PhocaCz added the Feature Request Feature Request label Mar 12, 2025
@Jacquesvw
Copy link
Author

Hi Jan, thanks for your response! I actually tried setting the payment method price to -10%, but it gets rounded back up to the original order amount, so no discount is applied. I assumed this was intentional, which is why I requested the feature. If it's supposed to allow negative values, then this might be a bug. Could you confirm?

@PhocaCz
Copy link
Owner

PhocaCz commented Mar 12, 2025

Hi, yes, the calculation does not count with minus values, e.g. to prevent from paying to customer back, etc. So the minus value in payment costs cannot be applied.

But I didn't mean minus values, but to give a price for different methods so that one of them is the most advantageous

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants