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

Price: Bulk pricing promotions #495

Closed
tradmangh opened this issue Oct 3, 2024 · 2 comments
Closed

Price: Bulk pricing promotions #495

tradmangh opened this issue Oct 3, 2024 · 2 comments

Comments

@tradmangh
Copy link

Problem

Time-limited bulk pricing promotions are not supported

  • Buy x get x for free (BOGO)
  • Discount above x quantity

Proposed solution

The mentioned scenarios could be handled through additional fields.

Multiple discount (BOGO):
price_multi_quantity
(i)price_fixed_units is the total quantity (e.g. 2+1=3, 3+3=6)

Quantity discount:
price_min_quantity

Time limitation:
optional:(price_date_start), price_date_end
(i) price_date_end could be calculated by requesting the duration_days as a user input

Additional context

To be able to enter promotions upfront it will be necessary to make future dates selectable in UI (e.g. 14 days ahead to limit chance of wrong inputs)

@tradmangh tradmangh added the ✨ enhancement New feature or request label Oct 3, 2024
@tradmangh tradmangh changed the title [feature] Bulk pricing promotions Bulk pricing promotions Oct 3, 2024
@tradmangh tradmangh changed the title Bulk pricing promotions Price: Bulk pricing promotions Oct 9, 2024
@raphodn
Copy link
Member

raphodn commented Oct 9, 2024

Thanks @tradmangh !

I created a dedicated discussion here to try to list all the known promotions, and see if we can find a pattern for a simple implementation (that would cover "80%" of the cases)

@raphodn
Copy link
Member

raphodn commented Feb 22, 2025

fyi thanks to #76, in the web UI you can now specify which kind a discount from a short list

@teolemon teolemon added Products sold in bulk and removed ✨ enhancement New feature or request labels Feb 22, 2025
@raphodn raphodn added the 🙅‍♀️ Wontfix This will not be worked on label Mar 8, 2025
@raphodn raphodn closed this as completed Mar 9, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in 💸 Open Prices Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants