Upgrade to CRUD Scheduled Prices

Edit on GitHub

General 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.

  1. 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
  1. Generate transfers:
console transfer:generate
  1. 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 Migration Guide - PriceProductSchedule
spryker/price-product-schedule-gui 2.0.0 Migration Guide - PriceProductScheduleGui