Upgrade the ProductMerchantPortalGui module
Edit on GitHubUpgrading from version 1.* to version 2.0.0
In this new version of the ProductMerchantPortalGui
module, we support the product approval feature. You can find more details about the changes on the ProductMerchantPortalGui release page.
This release is a part of the Product Approval concept migration. When you upgrade this module version, you should also update all other installed modules in your project to use the same concept as well as to avoid inconsistent behavior.
To upgrade to the new version of the module, do the following:
- Upgrade the
ProductMerchantPortalGui
module to the new version:
composer require spryker/product-merchant-portal-gui: "^2.0.0" --update-with-dependencies
- Update the generated classes:
console transfer:generate
- Generate new translation cache for Zed:
console translator:generate-cache
- Enable Javascript and CSS changes for Zed:
console frontend:zed:build
Estimated migration time: 10 min
Thank you!
For submitting the form