Click or drag to resize

DefaultPriceProvider.FindPrice Method (Product, Double, String, Currency, String, User, Double, String, StockLocation)

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

Parameters

product
Type: Dynamicweb.Ecommerce.Products.Product
quantity
Type: System.Double
variantId
Type: System.String
currency
Type: Dynamicweb.Ecommerce.International.Currency
unitId
Type: System.String
user
Type: Dynamicweb.Security.UserManagement.User
quantityAllVariants
Type: System.Double
shopId
Type: System.String
stockLocation
Type: Dynamicweb.Ecommerce.Stocks.StockLocation

Return Value

Type: PriceRaw
See Also