Skip to content

Releases: Paazl/magento2-checkout-widget

1.9.0

28 Sep 09:21
dcd4dc3
Compare
Choose a tag to compare

Features:

  • Add "Subtotal Excl Discount" as Total Price calculation option

Bufixes:

  • Wrong shipping mixin extension_attributes retrieval #69
  • Wrong usage of infotext #70
  • Length, width and height aren't taken into account

1.8.0

10 Sep 12:29
cbfc719
Compare
Choose a tag to compare

Features:

  • Added configuration option to select the price which will be used for totalPrice
  • Added configuration option to force including or excluding tax for this price

Bufixes:

  • Fixed typo in LIGHT_GREEN widget type

1.7.0

23 Jun 07:43
4cf54cc
Compare
Choose a tag to compare

Features:

  • Add new Checkout Widget preset: Minimal
  • Enable usage of coupon for free shipping

Fixes:

  • Set default country ID if not set in quote #56

1.6.1

04 Jun 14:32
3c64e2f
Compare
Choose a tag to compare

Fixes:

1.6.0

23 Apr 08:48
c496f23
Compare
Choose a tag to compare

Features:

  • Update order on address change

Fixes:

  • Fixed issue with Rest schema / Swagger #55

1.5.0

26 Mar 11:51
4237b07
Compare
Choose a tag to compare

Features:

  • Location code was added to the OrderView page

1.4.1

01 Mar 10:19
fd6bc8e
Compare
Choose a tag to compare

Improvements:

  • Reload widget on coupon usage in last checkout step

Fixes:

  • Fix for warning when Zero is provided as address #52

1.4.0

04 Nov 15:07
6ab69a9
Compare
Choose a tag to compare

Features:

  • Toggle between Widget tabs and buttons
  • Make the house number 0 configurable value per storefront

Fixes:

  • Removed order comment as label description
  • Skip parsing address logic if 3 address line are enabled
  • Issue where the Shipping option is reset in the checkout
  • Fixed Locale widget error
  • Added CSP Whitelist

Improvements:

  • Lock rates after calling SetShippingInformation

1.3.0

22 Jul 12:34
Compare
Choose a tag to compare

Feature: Insurance value was added to order data #46
Feature: Option ShowOnFirstLoad was added
Feature: Added GitHub Actions for compilation and Unit Tests
Feature: Added an address parser as a fallback for regex to extract house number and addition
Fix: Incompatible sequence was removed (compatibility for PHP 7.3) #47
Fix: Update widget config & reinit after update of OSC
Fix: Formatting of price has been removed
Fix: Make sure the total price is of type double (thnx @NickdeK)

1.2.3

29 Apr 08:20
d8e4d57
Compare
Choose a tag to compare
  • Fix: Moved OrderTest to the right folder #43