Releases: vtex-apps/return-app
Releases · vtex-apps/return-app
v2.19.9
Fixed
- Doesn't show message about user not having order to return while the app is still preparing the order to show.
v2.19.8
Fixed
- Fix total amount of products price by calculating directly the sum of each product value instead of relying on the totalPrice from the return request.
v2.19.7
Added
- Manifest settingsSchema
- Get settings endpoint
- New setting 'displayConditionSelector' which hides the product's condition select
- Translate select reason, select condition and characters left messages.
- Provide min-width to quantity input on store and admin.
v2.19.6
Release v2.19.6
v2.19.5
Fixed
v2.19.4
Release v2.19.4
v2.19.3
v2.19.2
Fixed
- Allow call center operators to create RMA for store users when impersonating them. Set
userId,email, andnamefrom session API when impersonating is happening.
Added
- Unify schema properties and indexes to avoid updating each client after deployment when we change a schema.
v2.19.1
Fixed
- Mismatch between products returned and order id when an order takes too long to resolve (e.g. due to slow internet) when a store user is selecting an order to be returned.
Added
- Error handler for middlewares
v2.19.0
Changed
- Add
refundIdtoreturnRequestsschema so it matchesreturnProductsand avoid breaking the search, which was preventing to display the history information in the RMAs.
Added
- A new setting to prevent customers changing to a different payment method, as a refund, from the one in the order.
Fixed
ReturnsTableContentrefactor and fix the returns list table when search for any item you will get an empty list and then you have to go back to the first page to see the results- Clean state when store user navigates between different orders trying to avoid the error where there is a mismatch between the order id and the products in a RMA.
- Show total amount for the RMA in the admin side.