Download the PHP package fond-of-oryx/availability-cart-data-extender without Composer
On this page you can find all versions of the php package fond-of-oryx/availability-cart-data-extender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fond-of-oryx/availability-cart-data-extender
More information about fond-of-oryx/availability-cart-data-extender
Files in fond-of-oryx/availability-cart-data-extender
Package availability-cart-data-extender
Short Description Availability Cart Connector module
License MIT
Informations about the package availability-cart-data-extender
Availability Cart Data Extender
This package provides
- a plugin to add the availability and the isSellable state to the items in quote
- a plugin for adding the product name to the error message if one or more items are not sellable or available anymore.
It also provides a new
Installation
Configuration
Register plugin AddAvailabilityDataToQuoteItemQuoteChangeObserverPlugin
in zed CartDependencyProvider
If you want the product name in error message too, replace the spryker CheckAvailabilityPlugin
with the delivered plugin with same name in src/Pyz/Client/Checkout/CheckoutDependencyProvider.php
from
use Spryker\Zed\AvailabilityCartConnector\Communication\Plugin\CheckAvailabilityPlugin;
to
use FondOfOryx\Zed\AvailabilityCartDataExtender\Communication\Plugin\CheckAvailabilityPlugin;
All versions of availability-cart-data-extender with dependencies
spryker/availability Version ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
spryker/availability-cart-connector Version ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
spryker/cart-extension Version ^1.2.0 || ^2.0.0 || ^3.0.0 || ^4.0.0