solidusio / solidusio/solidus_subscriptions
Allow Users to see Associated Order errors (like Payment ones) on the Subscription / Installment page
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 49
- Forks
- 53
- Avg merge
- 4h 54m
- Merged PRs (30d)
- 1
Description
Currently, if the User notices that the Subscription failed (say because of a Payment), they will need to:
- Click on the Subscription
- Check that the last Installment Failed
- Find the corresponding Order in the
Orderstab - Go to the Order
- Go to the Payment Tab
- Find the corresponding Payment and error
This requires some degree of domain knowledge, and I was wondering whether we couldn't somehow show the last payment error on the Installment tab, like a "shortcut" for users with less familiarity with Solidus:

Does this make sense?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Subscription and Installment page, then trace how the corresponding Order and Payment are reached from the installment. Review the example screenshot and existing payment error display to determine the intended placement and wording. Done means the relevant payment error is visible as a shortcut on the installment view without requiring navigation to the Order or Payment tab.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100