| CustomProductProviderGetPrice Method |
Gets the price.
Namespace: Dynamicweb.Ecommerce.LiveIntegration.ExamplesAssembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax public override Nullable<double> GetPrice(
ProductInfo product,
double quantity
)
Public Overrides Function GetPrice (
product As ProductInfo,
quantity As Double
) As Nullable(Of Double)
Parameters
- product
- Type: Dynamicweb.Ecommerce.IntegrationProductInfo
The product. - quantity
- Type: SystemDouble
The quantity.
Return Value
Type:
NullableDoubleSystem.Nullable<System.Double>.
See Also