Click or drag to resize
CustomProductProviderGetPrice Method
Gets the price.

Namespace: Dynamicweb.Ecommerce.LiveIntegration.Examples
Assembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax
public override Nullable<double> GetPrice(
	ProductInfo product,
	double quantity
)

Parameters

product
Type: Dynamicweb.Ecommerce.IntegrationProductInfo
The product.
quantity
Type: SystemDouble
The quantity.

Return Value

Type: NullableDouble
System.Nullable<System.Double>.
See Also