Refunds on shipping cost #4560
Replies: 4 comments
-
Hello, I'd like to follow up on this issue and am available to work on a PR to allow shipping cost refund. Since a Shipment is not something one can return, we could work with a Reimbursement instance that has no associated ReturnItems? From the UX point of view, should we add a new "Refund" tab that allows refunding all kind of non returnable items ? (I can only think of shipments for the moment) or should we add a line for shipping costs in the Customer return tab as shown in @loicginoux 's screenshot? I'm interested in your feedback. |
Beta Was this translation helpful? Give feedback.
-
I've been working on shipping costs refunds, here's where I stand so far: ModelsI added a new Here's a class diagram that shows the associations: UXIt doesn't make sense to edit the settlements when picking items to return (shipments are not things you can return). Please share your feedbacks. |
Beta Was this translation helpful? Give feedback.
-
If the shipping costs are taxed, is there a good way to display that information on this interface? |
Beta Was this translation helpful? Give feedback.
-
Similarly to the customer returns table, the shipments table could have a "Amount before tax" column as well as a "Total" column, instead of "Amount" and "Total": |
Beta Was this translation helpful? Give feedback.
-
Hi,
We struggle to understand the best way to refund shipping costs.
At the moment the best way we found is to do it directly from the payment tab, by entering manually the amount of the shipping cost and adding a reason like “refund shipping cost”. I would like to see if there is a smoother way for admins to do this.
Maybe having the line shipping cost in the “customer returns” tab like it is done for products.
Do you think this way would be possible ? and/or a good thing to add to solidus ? I could probably work on a PR for that.
As noted by @gmacdougall, it doesn't really fit in to the customer return model, since they can't return the shipment...
I'd like to have opinions on that before starting anything.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions