Click or drag to resize

ProductProviderBaseGetProductIdentifier Method (Product, String)

Creates a unique product identifier by concatenating the product ID or number (depends on the CalculatePriceUsingProductNumber setting), the variant ID and the language ID. Override to build up your own unique identifier.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public virtual string GetProductIdentifier(
	Product product,
	string unitId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
unitId
Type: SystemString
The product unit Id.

Return Value

Type: String
System.String.
See Also