Click or drag to resize
VariantHelperSetProductVariant Method
Saves this instance of product variant with specified product options to database.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static void SetProductVariant(
	ProductVariant productVariant
)

Parameters

productVariant
Type: CMS.EcommerceProductVariant
The product variant.
See Also