| VariantHelperSetProductVariantInternal Method  | 
            Saves this instance of product variant with specified product options to database.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntaxprotected virtual void SetProductVariantInternal(
	ProductVariant productVariant
)
Parameters
- productVariant
 - Type: CMS.EcommerceProductVariant
The product variant. 
See Also