Migration guide - ProductConfigurationStorage
Edit on GitHubUpgrading from version 0.1.* to version 0.2.*
Estimated migration time: 15 minutes
To upgrade the ProductConfigurationStorage
module from version 0.1.* to version 0.2.*, do the following:
- Update the
ProductConfigurationStorage
module to version 0.2.0:
composer require spryker/product-configuration-storage:"^0.2.0" --update-with-dependencies
- Generate transfer classes:
console transfer:generate
-
From
\Pyz\Client\ProductConfigurationStorage\ProductConfigurationStorageDependencyProvider
, remove the removed plugin stackgetProductConfigurationStoragePriceExtractorPlugins()
. -
From
\Pyz\CLient\ProductConfiguration\ProductConfigurationDependencyProvider
, remove the pluginProductConfiguratorCheckSumResponsePlugin
. -
From
\Pyz\Client\Cart\CartDependencyProvider
, remove the plugin:ProductConfigurationCartChangeRequestExpanderPlugin
(should be replaced withSpryker\Client\ProductConfigurationCart\Plugin\Cart\ProductConfigurationCartChangeRequestExpanderPlugin
). -
From
\Pyz\Client\PersistentCart\PersistentCartDependencyProvider
, remove theProductConfigurationPersistentCartRequestExpanderPlugin
(should be replaced withSpryker\Client\ProductConfigurationPersistentCart\Plugin\PersistentCart\ProductConfigurationPersistentCartRequestExpanderPlugin
). -
From
\Pyz\Client\PriceProductStorage\PriceProductStorageDependencyProvider
, remove the pluginProductConfigurationPriceFilterExpanderPlugin
(should be replaced withSpryker\Client\ProductConfigurationStorage\Plugin\PriceProductStorage\ProductConfigurationPriceProductFilterExpanderPlugin
). -
From
\Pyz\Service\PriceProduct\PriceProductDependencyProvider
remove the plugins:ProductConfigurationPriceProductFilterPlugin
(should be replaced withSpryker\Service\ProductConfiguration\Plugin\PriceProduct\ProductConfigurationPriceProductFilterPlugin
)ProductConfigurationPriceProductVolumeFilterPlugin
(should be replaced withSpryker\Service\ProductConfiguration\Plugin\PriceProduct\ProductConfigurationVolumePriceProductFilterPlugin
)
Thank you!
For submitting the form