Checkout summary component
Learn how to use the Checkout summary component
Publish the Checkout summary component events
import dr_lms from "@salesforce/messageChannel/digitalriverv3__DigitalRiverMessageChannel__c";
import {publish, MessageContext } from "lightning/messageService";
@wire(MessageContext) messageContext;publish(this.messageContext, dr_lms, {
purpose: '<purpose>',
payload: '<payload>'
});
Event purpose
Event payload example
Description
Replace the Checkout Summary component
WebCart field
UI Label
Designer attributes
Last updated