Upgrade to CRUD Scheduled Prices
Edit on GitHubGeneral information
CRUD Scheduled Prices adds UI for creating, reading, updating and deleting scheduled prices for concrete and abstract products.
Migration process
Upgrade all the affected modules in bulk by following the steps below.
- Run the following composer command, but make sure to remove the modules that are irrelevant for your project from the command.
composer update "spryker/*"
composer require spryker/price-product-schedule: "^2.0.0" spryker/price-product-schedule-gui: "^2.0.0" --update-with-dependencies
- Generate transfers:
console transfer:generate
- Follow individual migration guides of the modules listed below:
You can find the affected modules of the CRUD scheduled prices update in the following table.
MODULE | VERSION | MIGRATION GUIDE |
---|---|---|
spryker/price-product-schedule |
2.0.0 | Upgrade the PriceProductSchedule module |
spryker/price-product-schedule-gui |
2.0.0 | Upgrade the PriceProductScheduleGui module |
Thank you!
For submitting the form