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

Add discounted prices for long term purchases #516

Open
purejosh opened this issue Oct 5, 2024 · 2 comments
Open

Add discounted prices for long term purchases #516

purejosh opened this issue Oct 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@purejosh
Copy link

purejosh commented Oct 5, 2024

Describe the solution you'd like

As of now, I give users a "10% off" offer if they buy a server for 1 year. I do this by choosing the year term, and setting the price to 10% lower than what it would be monthly.

This setup does not work with configured options. Can you please add native discounts for various package prices, that affect not only the price of the server itself, but also of all the configured options? That way they can choose the configured options, opt to pay for 1 year, and receive a discount for doing so.

@purejosh purejosh added the enhancement New feature or request label Oct 5, 2024
@purejosh
Copy link
Author

purejosh commented Oct 5, 2024

Additionally, for setups that only use configured options (no base charge for the package), that would also allow people to give long-term discounts to their buyers.

@uplandstatue
Copy link

I wonder if this would be easier if changing the pricing set up for packages allows us to set a base price for all plans and then also gives options to set a percentage or specific currency value (ex: $2) discounts. So you build a monthly package price, then if you built a quarterly price you had an option to set a x% discount (with x being a admin input field) and then use that discount for the package price. That discount could be shown on the checkout screen on the different prices and could apply to all configurable options with a checkbox to apply it or not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants