[Obsolete("Provided for backward compatibility only. It is preferred to pass kitList as string variable with a comma delimited list of kit product ids.")] public static ProductCalculator LoadForProduct( int productId, int quantity, string optionList, List<int> kitList )
Parameters
- productId
- Id of the product
- quantity
- Quantity of the product
- optionList
- List of option ids if this is a variant
- kitList
- Generic integer list of the kit product Ids
Return Value
A ProductCalculator object