GetSKUsByItemIDWithPricing Resource
The CyberStore color dictionary created in the CyberStore Management console when setting up color typed Characteristics is stored in the CyberStore database. In addition, when colors are added to the dictionary, it will now be exported as a file that can be used on the client-side for custom UI needs. The file can be loaded as a standard script file which then makes an object array called COLOR_DICTIONARY available to client scripts.
A sample colorDictionary.js file can be seen below:
Copy Code
|
|
---|---|
var COLOR_DICTIONARY = [{ HexColor: "#00FF00 ", Name: "Electric green" }, { HexColor: "#00FFFF ", Name: "Aqua" }, { HexColor: "#993366 ", Name: "Boysenberry" }, { HexColor: "#CC99FF ", Name: "Bright ube" }, { HexColor: "#FF0000 ", Name: "Red" }, { HexColor: "#FF00FF ", Name: "Fuchsia" }, { HexColor: "#FFFF00 ", Name: "Electric yellow" }] |
For more information about setting up custom colors in the Color Dictionary, review the Item Characteristic topic in the User's Guide.
The CyberStore Compass and Modern themes have been updated to incorporate the newest features including new widgets for display and navigating Items, Categories and search results.