Click or drag to resize

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

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public virtual PriceRaw FindPrice(
	Product product,
	double quantity,
	string variantId,
	Currency currency,
	string unitId,
	User user,
	double quantityAllVariants,
	string shopId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
quantity
Type: SystemDouble
variantId
Type: SystemString
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
unitId
Type: SystemString
user
Type: Dynamicweb.Security.UserManagementUser
quantityAllVariants
Type: SystemDouble
shopId
Type: SystemString

Return Value

Type: PriceRaw
See Also