You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or unsupported use case? Please describe.
Currently, there is no way to dynamically adjust product prices based on temporary offers, such as "early-bird" or "last-minute" discounts. This limitation affects the implementation of flexible pricing strategies.
Describe the solution you'd like
Introduce a feature in Joanie to manage temporary discounts with:
Configurable discounts (fixed amount or percentage)
Validity period (specific dates or duration)
Automatic return to standard pricing after expiration
Dynamic display of active discounts on Richie
Accurate reflection on payment schedules and contracts
Describe alternatives you've considered
Manually creating separate products for standard and discounted prices (impractical and not scalable).
Manually applying promo codes, which does not automate price adjustments or conditional display.
Preventing the risk of overlapping or incorrect application of discounts (parallel development of promo codes).
The chosen solution is to create a Discount object that will be linked to a product's OrderGroup (#1055).
In the future, this object could be linked to a discount code, which would allow for parallel development of this feature (see #1019 and #1031).
Tasks:
Add fields in Joanie's OrderGroup to configure the discount type, value, and validity period.
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
Currently, there is no way to dynamically adjust product prices based on temporary offers, such as "early-bird" or "last-minute" discounts. This limitation affects the implementation of flexible pricing strategies.
Describe the solution you'd like
Introduce a feature in Joanie to manage temporary discounts with:
Describe alternatives you've considered
Discovery, Documentation, Adoption, Migration Strategy
The chosen solution is to create a Discount object that will be linked to a product's OrderGroup (#1055).
In the future, this object could be linked to a discount code, which would allow for parallel development of this feature (see #1019 and #1031).
Tasks:
Additional Considerations:
The text was updated successfully, but these errors were encountered: