Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartResolverSpecialMacros Method
Gets the array of old macros, couples (macro, replacement) for the shopping cart resolver (Due to the backward compatibility).

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string[,] GetShoppingCartResolverSpecialMacros(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo

Return Value

Type: String
See Also