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
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
The text was updated successfully, but these errors were encountered:
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)
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 unfortunateAdditional context/screenshots
Refunded order
Partially refunded order and what it could look like with the update
The text was updated successfully, but these errors were encountered: