VariantHelperGetEnabledOptionsWithVariantOptions Method |
Gets options from option category assigned to sku which are enabled or already used in variants.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static InfoDataSet<SKUInfo> GetEnabledOptionsWithVariantOptions(
int skuID,
int categoryId
)
Parameters
- skuID
- Type: SystemInt32
ID of SKU with assigned categories - categoryId
- Type: SystemInt32
Option category from which are options selected
Return Value
Type:
InfoDataSetSKUInfoData set with enabled options plus disabled options used in variants
See Also