Skip to content

Releases: vtex-apps/return-app

v2.19.9

15 Jun 09:45

Choose a tag to compare

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

02 Jun 09:05

Choose a tag to compare

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

30 May 10:40

Choose a tag to compare

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

23 May 13:09

Choose a tag to compare

Release v2.19.6

v2.19.5

09 May 12:51

Choose a tag to compare

Fixed

v2.19.4

02 May 07:54

Choose a tag to compare

Release v2.19.4

v2.19.3

28 Mar 09:11

Choose a tag to compare

Release v2.19.3

v2.19.2

24 Mar 15:50

Choose a tag to compare

Fixed

  • Allow call center operators to create RMA for store users when impersonating them. Set userId, email, and name from 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

15 Mar 11:30

Choose a tag to compare

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

28 Feb 14:59

Choose a tag to compare

Changed

  • Add refundId to returnRequests schema so it matches returnProducts and 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

  • ReturnsTableContent refactor 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.