Skip to main content

Changelog

1.0.8 (2026-08-13)

Fixed

  • Customers no longer see a "please try again" error when a withdrawal request was actually saved. Previously, if the confirmation email failed to send (mail server or template problem), the customer was bounced back to the item-selection page with a generic error even though the request had gone through — leaving it Pending in the admin and inviting a duplicate submission. Now the request is saved and the customer always reaches the success page; email delivery problems are recorded in the log instead.
  • The "Also withdraw shipping costs" option on the item-selection form now shows the shipping amount the customer actually paid (tax included), matching the review page and the amount that gets refunded. Previously the form showed the pre-tax amount while the confirmation page showed the paid amount for the same order.

1.0.7 (2026-07-31)

Improved

  • Added setting to count the withdrawal window from the delivery (shipment) date; the window stays open while a physical order has not shipped yet

Fixed

  • Assign unique withdrawal increment IDs from the atomic PK
  • block withdrawal on cancelled/closed orders
  • Drop the separate order-notification email, keep the injected button
  • Require proof of ownership before showing an order in the withdrawal flow
  • Keep the account sidebar on the withdrawal tab of the customer order-view page

1.0.6 (2026-07-07)

Fixed

  • show inc-tax (amount paid) prices and shipping on withdrawal form, review page and emails

1.0.5 (2026-06-22)

Fixed

  • Add sales-guest-view body class for guests on withdrawal items page

1.0.3 (2026-06-22)

Fixed

  • Declare withdrawal requests pager in layout XML to prevent structure desync crash

1.0.2 (2026-06-22)

Fixed

  • Fix Mirasvit_Withdrawal registration.php path

1.0.1 (2026-06-17)

Fixed

  • Align withdrawal button to the left in the order history page in customer account

1.0.0 (2026-06-16)

  • initial release