Click or drag to resize
TaxClassInfoProviderGetSKUIDToGetTaxesInternal Method
Gets the right SKUID to get taxes from. For variants and non-product options it is parent product

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetSKUIDToGetTaxesInternal(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item

Return Value

Type: Int32
See Also