Sylius / RefundPlugin

Basic refunds functionality for Sylius
MIT License
63 stars 70 forks source link

Refund by quantity #241

Open SylvanoTombo opened 3 years ago

SylvanoTombo commented 3 years ago

Hi, Is there a way to refund by quantity instead of price ?

GSadee commented 3 years ago

Hi @SylvanoTombo, there is only one way to refund units, by specifying the amount to refund for each order item unit. Could you share a use case for which you would need a different approach to refund?

SylvanoTombo commented 3 years ago

Thanks @GSadee , As admin i would like is to refund an order:

GSadee commented 3 years ago

The first point looks like a feature request for future, however, it should be thought about how to relate it to existing behaviour.

About the second point, returns management along with handling the inventory system is one of the parts of Sylius Plus that also uses this plugin.