Updated SKU Selection By Characteristic Business Logic and Process (#10582)
Web Operations for retrieving Characteristic Values with SKUs for an Item (#10671)
GetCharacteristicValuesWithSKUsForItemByItemID
GetSKUsByItemIDWithCharacteristicsAndPricing Resource
GetCharacteristicValuesWithSKUsForItemByStockCode
GetCharacteristicValuesWithSKUsForItemByStockCode Resource
Processes and Web Services for Getting Single Items (#10855)
GetSKUsByItemIDWithPricing Resource
Add PAGE_MODEL to list of client constants (#10861)
The constant variable PAGE_MODEL in the page code will be set to a number value where the following can be inferred:
- When PAGE_MODEL = -1, the Item for the page (represented by the PAGE_ITEM) is a Model
- When PAGE_MODEL > 0, the Item for the page (represented by the PAGE_ITEM) is a SKU for a Model with an ID of PAGE_MODEL
- When PAGE_MODEL = 0, the Item for the page (represented by the PAGE_ITEM) is a Stock Code
- When PAGE_MODEL = null, there is no PAGE_ITEM and thus no Model_ID value.
Ability in CatalogItemImageControl to be able to change it's image source from client side (#10913)
CatalogPricingControl Updates to replace SKU selection callbacks with ItemSKUSelection_Dropdown Widget (#10857)
The user interface for SKU selection as part of the CatalogPricingControl has been updated to utilize the ItemSKUSelection_Dropdown widget. There is no change to use story or implementation requirements due to this change.
See Also