Click or drag to resize

ProductProviderBaseGetProductIdentifier Method

Overload List
  NameDescription
Public methodGetProductIdentifier(Product)
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.
Public methodGetProductIdentifier(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.
Top
See Also