Click or drag to resize

ProductProviderBaseFillProductValues Method

Fills the product values.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public virtual void FillProductValues(
	ProductInfo productInfo,
	Product product,
	double quantity
)

Parameters

productInfo
Type: Dynamicweb.Ecommerce.IntegrationProductInfo
The product information.
product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
quantity
Type: SystemDouble
The quantity.
See Also