Click or drag to resize

DefaultPriceProviderShowPrice Method

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static bool ShowPrice(
	Price price,
	Product product,
	Currency currency,
	User user,
	bool isInformative
)

Parameters

price
Type: Dynamicweb.Ecommerce.PricesPrice
product
Type: Dynamicweb.Ecommerce.ProductsProduct
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
user
Type: Dynamicweb.Security.UserManagementUser
isInformative
Type: SystemBoolean

Return Value

Type: Boolean
See Also