Releases: spryker-shop/cart-page
Releases · spryker-shop/cart-page
3.47.0
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
Included commits: 3.46.0...3.46.1
Fixes
- Fixed sku selector for traceable events in
page-layout-cart.twig
.
3.46.0
Included commits: 3.45.0...3.46.0
Improvements
- Adjusted
cart-summary.twig
template to use theExpressCheckoutPaymentWidget
for displaying the payment methods that support the express checkout flow.
3.45.0
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
Included commits: 3.44.0...3.44.1
Fixes
- Adjusted
product-cart-item.twig
molecule to with new propertyimageAlt
.
3.44.0
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 providedMiniCartView.content
with mini cart view. - Introduced new property
eventRevealer
inproduct-abstract-add-to-cart-ajax.twig
.
3.43.0
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
Included commits: 3.41.0...3.42.0
Improvements
- Introduced
CartPageConfig::isCartActionsAsyncModeEnabled()
to enable/disable performing the cart actions via AJAX. - Adjusted
CartController::indexAction()
andCartController::getCartItemsAjaxAction()
to passisCartActionsAsyncModeEnabled
param to Twig. - Introduced
CartAsyncController
to handle the AJAX requests. - Introduced
CartPageAsyncRouteProviderPlugin
to addCartAsyncController
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 themini-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
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 thedata-qa-tax-vendor
attribute, when it exists.