You are here:
cpq-base-header (template)
The cpq-base-header template provides the structure of the cart header.
In Salesforce Industries Communications, Media, and Energy Summer '18, cpq-base-header passes the CPQHeaderController to the card.
Template Type
Containers
Code
HTML
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 change to the HTML in the Card Designer.
<vloc-card ng-repeat="card in cards" ng-model="card" data="card"
index="{{$index}}" session-id="{{sessionId}}" enable-pricing="{{attrs.enablePricing}}" enable-loyalty-points="{{attrs.enableLoyaltyPoints}}">
<vloc-card ng-repeat="card in cards"
ng-model="card" index="{{$index}}" session-id="{{sessionId}}"
data="card" ctrl="{{ctrl}}"
enable-pricing="{{attrs.enablePricing}}"
enable-loyalty-points="{{attrs.enableLoyaltyPoints}}"
ng-if="isLoaded"></vloc-card>"

