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

[Customer order] Show refund amount and subtract it from the total #2154

Closed
ludoboludo opened this issue Dec 2, 2022 · 0 comments · Fixed by #2179
Closed

[Customer order] Show refund amount and subtract it from the total #2154

ludoboludo opened this issue Dec 2, 2022 · 0 comments · Fixed by #2179
Labels
Category: Bug Something isn't working

Comments

@ludoboludo
Copy link
Contributor

Describe the current behavior

Currently if you have a partially refunded order, nothing on the order page from your account, will show that refund.
Only if the whole order is refunded.

Describe the expected behavior

There should be an update to the subtotal paid or some kind of status mentioning the partial refund.

Version information (Dawn, browsers and operating systems)

  • Dawn Version: 7.0.1

Possible solution

We can use {{ order.total_refunded_amount | money_with_currency }} to output the refunded amount. But it doesn't seem that we can see it on a line item level 🤔 which is unfortunate

Additional context/screenshots

Refunded order

Partially refunded order and what it could look like with the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant