Upgrade the ProductConfigurationWidget module
Edit on GitHubUpgrading from version 0.1.* to version 0.2.*
Estimated migration time: 5 minutes
To upgrade the ProductConfigurationWidget module from version 0.1.* to version 0.2.*, do the following:
- Update the
ProductConfigurationWidgetmodule to version 0.2.0:
composer require spryker-shop/product-configuration-widget:"^0.2.0" --update-with-dependencies
- Re-generate transfer classes:
console transfer:generate
-
From
\Pyz\Yves\ShopApplication\ShopApplicationDependencyProvider, remove the widgets:SprykerShop\Yves\ProductConfigurationWidget\Widget\ProductConfigurationCartItemDisplayWidget(should be replaced withSprykerShop\Yves\ProductConfigurationCartWidget\Widget\ProductConfigurationCartItemDisplayWidget)SprykerShop\Yves\ProductConfigurationWidget\Widget\ProductConfigurationCartPageButtonWidget(should be replaced withSprykerShop\Yves\ProductConfigurationCartWidget\Widget\ProductConfigurationCartPageButtonWidget)SprykerShop\Yves\ProductConfigurationWidget\Widget\ProductConfigurationQuoteValidatorWidget(should be replaced withSprykerShop\Yves\ProductConfigurationCartWidget\Widget\ProductConfigurationQuoteValidatorWidget)
Thank you!
For submitting the form