Click or drag to resize

ProductPriceProviderPreparePrices Method (DictionaryProduct, Double)

Prepares the prices.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public override void PreparePrices(
	Dictionary<Product, double> products
)

Parameters

products
Type: System.Collections.GenericDictionaryProduct, Double
The products.
See Also