EcommerceTransformationFunctionsGetAddToShoppingCartLink Method (Object, Object) |
Returns link to "add to shopping cart".
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static string GetAddToShoppingCartLink(
Object productId,
Object enabled
)
Parameters
- productId
- Type: SystemObject
Product ID - enabled
- Type: SystemObject
Indicates whether product is enabled or not
Return Value
Type:
StringSee Also