Skip to content

Releases: spryker-shop/cart-page

3.47.0

24 Dec 10:26
Compare
Choose a tag to compare

Included commits: 3.46.1...3.47.0

Improvements

  • Introduced ProductView.abstractSku transfer property.
  • Introduced Item.abstractSku transfer property.
  • Adjusted product-cart-item molecule to use abstract SKU for review metadata.

3.46.1

29 Nov 14:45
Compare
Choose a tag to compare

Included commits: 3.46.0...3.46.1

Fixes

  • Fixed sku selector for traceable events in page-layout-cart.twig.

3.46.0

28 Nov 12:41
Compare
Choose a tag to compare

Included commits: 3.45.0...3.46.0

Improvements

  • Adjusted cart-summary.twig template to use the ExpressCheckoutPaymentWidget for displaying the payment methods that support the express checkout flow.

3.45.0

21 Nov 09:34
Compare
Choose a tag to compare

Included commits: 3.44.1...3.45.0

Improvements

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

3.44.1

12 Sep 14:58
Compare
Choose a tag to compare

Included commits: 3.44.0...3.44.1

Fixes

  • Adjusted product-cart-item.twig molecule to with new property imageAlt.

3.44.0

04 Sep 07:33
Compare
Choose a tag to compare

Included commits: 3.43.0...3.44.0

Improvements

  • Introduced CartPageConfig::getCartBlockMiniCartViewTemplatePath() to return the template path for the cart block mini cart view.
  • Introduced CartBlockMiniCartViewExpanderPlugin to expand the provided MiniCartView.content with mini cart view.
  • Introduced new property eventRevealer in product-abstract-add-to-cart-ajax.twig.

3.43.0

29 Jul 12:14
Compare
Choose a tag to compare

Included commits: 3.42.0...3.43.0

Improvements

  • Adjusted page-layout-cart-preview.twig template to show correct preview information.
  • Adjusted page-layout-cart.twig to add additional block.

3.42.0

22 May 10:55
Compare
Choose a tag to compare

Included commits: 3.41.0...3.42.0

Improvements

  • Introduced CartPageConfig::isCartActionsAsyncModeEnabled() to enable/disable performing the cart actions via AJAX.
  • Adjusted CartController::indexAction() and CartController::getCartItemsAjaxAction() to pass isCartActionsAsyncModeEnabled param to Twig.
  • Introduced CartAsyncController to handle the AJAX requests.
  • Introduced CartPageAsyncRouteProviderPlugin to add CartAsyncController routes to the RouteCollection.
  • Adjusted cart-item-variant-selector.twig molecule with parameters for triggering AJAX reloading.
  • Adjusted cart-items-list.twig molecule with changing spinner centering when AJAX mode is turned on.
  • Adjusted cart-quantity-input.twig with an additional parameter for triggering AJAX reloading.
  • Adjusted cart-summary.twig with an additional parameter for triggering AJAX reloading.
  • Adjusted cart-upselling.twig molecule with changing spinner centering when AJAX mode is turned on.
  • Adjusted product-cart-item.twig molecule with parameters for triggering AJAX reloading.
  • Adjusted product-cart-items-list.twig molecule with parameters for triggering AJAX reloading.
  • Adjusted page-layout-cart.twig to add the possibility of switching AJAX mode refreshing.
  • Adjusted add-to-cart-form.twig molecule with parameters for triggering AJAX reloading.
  • Adjusted ajax-cart-items.twig molecule with parameters for triggering AJAX reloading.
  • Introduced cart-async.twig which replaces content in cart view on AJAX response.
  • Introduced mini-cart-view.twig view which replaces the mini-cart component in cart view on AJAX response.
  • Introduced mini-cart-async.twig view to display cart item count when AJAX mode is turned on.
  • Adjusted cart-change-quantity-form.twig molecule with parameters for triggering AJAX reloading.
  • Adjusted remove-from-cart-form.twig molecule with parameters for triggering AJAX reloading.

Adjustments

  • Added ZedRequestClient::getLastResponseInfoMessages() to dependencies.
  • Increased ShopUi module version dependency.
  • Increase CartPageExtension module version dependency.

3.41.0

16 May 15:29
Compare
Choose a tag to compare

Included commits: 3.40.0...3.41.0

Improvements

  • Introduced Quote.taxVendor transfer property.
  • Adjusted cart-summary-hide-tax-amount-widget view to show the tax vendor name in the data-qa-tax-vendor attribute, when it exists.

3.40.0

03 Nov 08:40
Compare
Choose a tag to compare

Included commits: 3.39.0...3.40.0

Improvements

  • Added PHP 8.2 support.