|
3 | 3 | ## MyAccountV2OrderHistoryService
|
4 | 4 |
|
5 | 5 | Method `getOrderDetails` has been removed. Instead directly use `getOrderDetailsV2`.
|
| 6 | + |
| 7 | +# Changes in feature lib product-configurator |
| 8 | + |
| 9 | +## Removal of deprecated, obsolete CPQ connection scenario |
| 10 | + |
| 11 | +Until this release, the CPQ integration foresaw a CPQ orchestration flavour where the storefront performed direct calls to CPQ for configuration read and change. This flavour is no longer supported from CPQ side, and is has been deprecated since release 22.11.25. |
| 12 | + |
| 13 | +The flavour had been activated by switching configuration setting `productConfigurator.cpqOverOcc` to `false`. This attribute has been removed, and all entities that supported the flavour have been deleted as well. |
| 14 | + |
| 15 | +Now the storefront only provides the orchestration flavour where all calls to CPQ are routed via the commerce back-end, meaning all calls will be done through OCC. |
| 16 | + |
| 17 | +## Removal of obsolete configuration setting 'enableNavigationToConflict' |
| 18 | + |
| 19 | +Until this release, the navigation to a conflict group from a conflicting attribute could be disabled using configurator setting `productConfigurator.enableNavigationToConflict`. Reason: This feature is supported by the underlying commerce release only after 22.05. Because the previous commerce versions are out of maintenance now, the configuration setting has been removed. |
| 20 | + |
| 21 | +In case you are still running an out of maintenance version of commerce (21.05 or older), consider to adjust `ConfiguratorAttributeHeaderComponent` and always return false for method `isNavigationToConflictEnabled`. |
| 22 | + |
| 23 | +## Removal of deprecated methods in ConfigureCartEntryComponent |
| 24 | + |
| 25 | +### getQueryParams |
| 26 | +Use `queryParams$` instead. |
| 27 | + |
| 28 | +### getOwnerType |
| 29 | +Use `retrieveOwnerTypeFromAbstractOrderType` instead. |
| 30 | + |
| 31 | +### getEntityKey |
| 32 | +Use `retrieveEntityKey` instead. |
| 33 | + |
| 34 | +## Removal of deprecated methods or attributes in ConfiguratorTabBarComponent |
| 35 | + |
| 36 | +### isOverviewPage$ |
| 37 | +Use `getPageType$` instead. |
| 38 | + |
| 39 | +### getTabIndexConfigTab |
| 40 | +Use `getTabIndexForConfigTab` instead. |
| 41 | + |
| 42 | +### getTabIndexOverviewTab |
| 43 | +Use `getTabIndexForOverviewTab` instead. |
| 44 | + |
| 45 | +## Removal of deprecated attribute 'RETRACT_VALUE_CODE' in OccConfiguratorVariantSerializer |
| 46 | + |
| 47 | +Use `Configurator.RetractValueCode`instead. |
| 48 | + |
| 49 | +## Removal of deprecated attribute 'RETRACT_VALUE_CODE' in OccConfiguratorVariantNormalizer |
| 50 | + |
| 51 | +Use `Configurator.RetractValueCode`instead. |
| 52 | + |
0 commit comments