Skip to content

Releases: spryker-shop/checkout-page

3.33.1

18 Dec 11:36
Compare
Choose a tag to compare

Included commits: 3.33.0...3.33.1

Fixes

  • Adjusted page-layout-order-submitted template to use the default value for the grant total.

3.33.0

28 Nov 12:41
Compare
Choose a tag to compare

Included commits: 3.32.1...3.33.0

Improvements

  • Introduced CheckoutPageConfig::getExcludedPaymentMethodKeys() config method to filter out payment methods during the checkout process on the Payment step.
  • Adjusted the summary.twig template to hide the payment and delivery edit links when express checkout payment is selected.

3.32.1

27 Nov 13:35
Compare
Choose a tag to compare

Included commits: 3.32.0...3.32.1

Fixes

  • Adjusted page-layout-order-submitted.twig to send an event when the quote exists.

3.32.0

21 Nov 09:34
Compare
Choose a tag to compare

Included commits: 3.31.0...3.32.0

Improvements

  • Enhanced page-layout-order-submitted.twig to include an eventTracker block that sets up event tracking configurations.

3.31.0

19 Aug 11:35
Compare
Choose a tag to compare

Included commits: 3.30.4...3.31.0

Improvements

  • Introduced Error transfer.
  • Introduced Quote.errors transfer field.
  • Introduced CheckoutPageConfig::getSuccessStepEscapeRoute() config method.
  • Adjusted CheckoutController::placeOrderAction(), CheckoutController::errorAction(), CheckoutController::successAction() methods to correctly resolve actual step.

3.30.4

06 May 14:01
Compare
Choose a tag to compare

Included commits: 3.30.3...3.30.4

Improvements

  • Added PHPStan 1.10.* support.

3.30.3

13 Mar 15:31
Compare
Choose a tag to compare

Included commits: 3.30.2...3.30.3

Fixes

  • Adjusted accept-terms-checkbox.twig to add data-qa attributes.
  • Adjusted multiple-shipment-toggler.twig to add data-qa attributes.
  • Adjusted address.twig to add data-qa attributes.
  • Adjusted login.twig to add data-qa attributes.
  • Adjusted shipment.twig to add data-qa attributes.

3.30.2

15 Feb 15:25
Compare
Choose a tag to compare

Included commits: 3.30.1...3.30.2

Fixes

  • Adjusted the address view to fix address selector visibility.

3.30.1

14 Dec 10:14
Compare
Choose a tag to compare

Included commits: 3.30.0...3.30.1

Fixes

  • Adjusted the address-item-form molecule by providing missed data properties for the address-bundle-item-form-field-list molecule and by fixing the target-selector attribute value in the validate-next-checkout-step molecule.

3.30.0

06 Dec 06:57
Compare
Choose a tag to compare

Included commits: 3.29.3...3.30.0

Fixes

  • Adjusted validate-next-checkout-step molecule by changing the order of function calls in the initTriggerState() public method.

Improvements

  • Updated the ShopUi module dependency version.
  • Introduced a new formSubmitClassName data property to the address-item-form molecule.
  • Introduced a new addressSelectClassName data property to the address-item-form molecule.
  • Introduced a new addressFormClassName data property to the address-item-form molecule.
  • Introduced a new addressFormContainerClassName data property to the address-item-form molecule.
  • Introduced a new extra-triggers-class-name attribute to the is-next-checkout-step-enabled molecule.
  • Adjusted the is-next-checkout-step-enabled molecule by including the billing address form in the validation.
  • Adjusted the address view by including the billing address form in the validation.

Deprecations

  • Deprecated the jsAddressClass data property in the address-item-form molecule.