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

Show orders generated by a subscription #129

Closed
aldesantis opened this issue Jun 19, 2020 · 4 comments · Fixed by #192
Closed

Show orders generated by a subscription #129

aldesantis opened this issue Jun 19, 2020 · 4 comments · Fixed by #192
Assignees
Labels
enhancement Improves an existing feature.

Comments

@aldesantis
Copy link
Member

It would be useful for administrators to have an easily accessible list of all the orders generated by a subscription. This is especially useful for stores that have both subscriptions and one-off orders, or stores that support multiple subscriptions per user.

@aldesantis aldesantis added the enhancement Improves an existing feature. label Jun 19, 2020
@stale
Copy link

stale bot commented Aug 18, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Will not be fixed. label Aug 18, 2020
@stale stale bot closed this as completed Aug 26, 2020
@aldesantis aldesantis reopened this Aug 26, 2020
@stale stale bot removed the wontfix Will not be fixed. label Aug 26, 2020
@stale
Copy link

stale bot commented Oct 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 25, 2020
@blocknotes blocknotes self-assigned this Jan 15, 2021
@stale stale bot removed the stale label Jan 15, 2021
@blocknotes
Copy link
Contributor

blocknotes commented Jan 15, 2021

@aldesantis: here we could:

  • in /admin/subscriptions: add a button per subscription to list the related orders;
  • this button could send the user to the orders list /admin/orders filtering by the selected subscription source;
  • in /admin/orders: add a filter (select input) with the subscriptions.

WDYT?

@aldesantis
Copy link
Member Author

@blocknotes I think it would be better to add a tab in the subscription detail page called "Orders" that lists the subscription's orders. This is how we've seen customers use the functionality and it's also consistent with what you have in the user profile.

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

Successfully merging a pull request may close this issue.

2 participants