public static ProductCalculator LoadForProduct( int productId, int quantity, string optionList, string kitList )
Parameters
- productId
- Id of the product
- quantity
- Quantity of the product
- optionList
- List of option ids if this is a variant
- kitList
- List of the kit product Ids
Return Value
A ProductCalculator object