Open marinasundstrom opened 7 months ago
Subscriptions are created from Subscription Plans. The parameters are being copied over to the Subscription. While the Subscription still keeps track of its original Plan.
When a Subscription Plan has been changed you can choose to update all Subscriptions based on that plan.
Once a Subscription has been touched/modified then the subscription should never stay in sync with the Subscription Plan. That enables special cases for customers.
Subscription Plans may be exclusive to a Product.
It should be possible to generate a Subscription, and a series of Orders, from a Progenitor Order based on the Order Items that have Subscription Plans assigned.
Already started. The basic logic for generating subscriptions orders is partly in place.
The UI is partial.