You are here:
cpq-cart-promotions (template)
The cpq-cart-promotions template retrieves the list of applied promotions in the cart.
In Salesforce Industries Communications, Media, and Energy Summer '18, cpq-cart-promotions has been changed to provide multi-language support to translate Promotion Name.
In Salesforce Industries Communications, Media, and Energy Summer '17, Major release, Version 100.0.900.60, the template is cpq-cart-applied-promotions-view. In Salesforce Industries Communications, Media, and Energy Summer '17, Minor release, 100.1.900.72-73 and later, the template is cpq-cart-promotions.
Template Type
Containers
Code
HTML, CSS/SCSS
Image
Upgrade from Vlocity CME Winter '18 to Vlocity CME Summer '18
When upgrading from Salesforce Industries Communications, Media, and Energy Winter '18 to Salesforce Industries Communications, Media, and Energy Summer '18, you must make the following changes to the HTML in the Card Designer.
<div ng-show="record[field.fieldName].dataType != 'DATETIME'">
{{record[field.fieldName].value}}
<div ng-show="record[field.fieldName].dataType != 'DATETIME'">
{{record[field.fieldName].value | CPQTranslateFilter:'Promotion.Name'}}"

