| DefaultPriceProviderFindInformativePrice Method (Product, Double, String, Currency, String, User, String) |
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public override PriceRaw FindInformativePrice(
Product product,
double quantity,
string variantId,
Currency currency,
string unitId,
User user,
string shopId
)
Public Overrides Function FindInformativePrice (
product As Product,
quantity As Double,
variantId As String,
currency As Currency,
unitId As String,
user As User,
shopId As String
) As PriceRaw
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
- shopId
- Type: SystemString
Return Value
Type:
PriceRawSee Also