Click or drag to resize
CMSPayPalProviderGetItemPrice Method
Returns unit price of one item required by the gateway.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected virtual decimal GetItemPrice(
	ShoppingCartItemInfo cartItem
)

Parameters

cartItem
Type: CMS.EcommerceShoppingCartItemInfo

Return Value

Type: Decimal
See Also