Skip to content

Releases: Paazl/magento2-checkout-widget

1.17.3

20 Sep 11:34
2bd5ef9
Compare
Choose a tag to compare

Fixes:

  • Fixed incorrect shipping name in checkout summary for logged-in users
  • Fixed issue with Delivery Date display in admin

Improvements:

  • Remove old PHP versions from testing scenarios

1.17.2

30 Aug 10:47
059a4e5
Compare
Choose a tag to compare

Fixes:

  • Fix issues with logged in customers without saved address #113
  • Return null on insurance when empty value is added though config

1.17.1

19 Aug 12:13
c83ac71
Compare
Choose a tag to compare

Fixes:

  • Fixed issues with PUDO address on switch between checkout steps

1.17.0

20 Jun 19:24
368cebf
Compare
Choose a tag to compare

Features:

  • Added carrier description to order info

Fixes:

  • PUDO address saved as default shipping address
  • Fixed dimensions multiplying on strings
  • Backend issue PHP 8.3 on retry #109

1.16.1

05 Mar 08:07
c7d41d1
Compare
Choose a tag to compare

Fixes:

  • Fixes wrong config class member name (thnx @hostep)

1.16.0

27 Feb 07:34
dcb4686
Compare
Choose a tag to compare

Features:

  • Added functionality to include volume and metric calculation.

Fixes:

  • Corrected the problem where pickup point addresses were not being saved properly to the address book.
  • Resolved an issue where the wrong shipment method was displayed during the second step of checkout.

1.15.1

15 Nov 14:28
7b16f36
Compare
Choose a tag to compare

Improvements:

  • Improved local fallback mechanism

1.15.0

31 Aug 11:55
d462faa
Compare
Choose a tag to compare

Features:

  • Added locker tab option

Fixes:

  • Updated csp_whitelist to include api-acc
  • Fixed wrong shipping cost in order summary

1.14.1

07 Mar 12:00
363205d
Compare
Choose a tag to compare

Fixes:

  • Return int for 'paazl:order:send' command
  • Disable composer plugins when using CI
  • Fix Delivery Date when nominated date is set to 'no'

1.14.0

16 Feb 14:11
14fc1c3
Compare
Choose a tag to compare

Features:

  • Added option to enable / disable automatically pushing orders
  • Added Estimated Delivery Range

Fixes:

  • fetchCheckoutData response status should return $status (thnx @stormbyte)