Click or drag to resize

ProductPriceProviderFindPrice Method (Product, Double, String, Currency, String, User)

Finds the price..

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public override PriceRaw FindPrice(
	Product product,
	double quantity,
	string variantId,
	Currency currency,
	string unitId,
	User user
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
quantity
Type: SystemDouble
The quantity.
variantId
Type: SystemString
The variant id.
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
The currency.
unitId
Type: SystemString
The unit id.
user
Type: Dynamicweb.Security.UserManagementUser
The user.

Return Value

Type: PriceRaw
The PriceRaw.
See Also