ConfirmationEmailOverrides Class

Represents configuration to override the default checkout confirmation email behavior

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class ConfirmationEmailOverrides
Inheritance
Object    ConfirmationEmailOverrides

Constructors

ConfirmationEmailOverridesInitializes a new instance of the ConfirmationEmailOverrides class

Properties

OverrideBccAddresses List of email addresses to BCC on each confirmation email. If not specified, netFORUM will use the BCC addresses configured on the Correspondence Template being used.
OverrideConfirmationTemplateId ID of the Correspondence Template to use for the confirmation email. If not specified, netFORUM will, by default, use the ID configured in the COEConfirmationTemplate System Option instead.
OverrideToAddresses List of email address to send confirmation emails to. If not specified, netFORUM will send a single confirmation email the Shopping Cart Customer's primary email address.

See Also