Upgrade the ProductCategoryFilterGui module
Edit on GitHubThis document describes how to upgrade the ProductCategoryFilterGui module.
Upgrading from version 1.* to 2.*
In the version 2.* of the ProductCategoryFilterGui module, we adjusted CategoryTreeController::indexAction() to remove fill-up of the deprecated categoryTree view parameter.
Estimated migration time: 15 minutes.
To upgrade the ProductCategoryFilterGui module from version 1.* to 2.*:
- Update the
ProductCategoryFilterGuimodule to version 2.0.0:
composer require spryker/product-category-filter-gui:"^2.0.0" --update-with-dependencies
- Generate transfer objects:
console transfer:generate
- Update the navigation cache:
console navigation:build-cache
Verification
Ensure that https://mysprykershop.com/product-category-filter-gui displays a category tree.
Thank you!
For submitting the form