Releases: spryker-shop/checkout-page
Releases · spryker-shop/checkout-page
3.33.1
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
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
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
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
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
3.30.3
Included commits: 3.30.2...3.30.3
Fixes
- Adjusted
accept-terms-checkbox.twig
to adddata-qa
attributes. - Adjusted
multiple-shipment-toggler.twig
to adddata-qa
attributes. - Adjusted
address.twig
to adddata-qa
attributes. - Adjusted
login.twig
to adddata-qa
attributes. - Adjusted
shipment.twig
to adddata-qa
attributes.
3.30.2
Included commits: 3.30.1...3.30.2
Fixes
- Adjusted the
address
view to fix address selector visibility.
3.30.1
Included commits: 3.30.0...3.30.1
Fixes
- Adjusted the
address-item-form
molecule by providing missed data properties for theaddress-bundle-item-form-field-list
molecule and by fixing thetarget-selector
attribute value in thevalidate-next-checkout-step
molecule.
3.30.0
Included commits: 3.29.3...3.30.0
Fixes
- Adjusted
validate-next-checkout-step
molecule by changing the order of function calls in theinitTriggerState()
public method.
Improvements
- Updated the
ShopUi
module dependency version. - Introduced a new
formSubmitClassName
data property to theaddress-item-form
molecule. - Introduced a new
addressSelectClassName
data property to theaddress-item-form
molecule. - Introduced a new
addressFormClassName
data property to theaddress-item-form
molecule. - Introduced a new
addressFormContainerClassName
data property to theaddress-item-form
molecule. - Introduced a new
extra-triggers-class-name
attribute to theis-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 theaddress-item-form
molecule.