Click or drag to resize

ConfirmationEmailOverrides Class

Represents configuration to override the default checkout confirmation email behavior
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingConfirmationEmailOverrides

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class ConfirmationEmailOverrides

The ConfirmationEmailOverrides type exposes the following members.

Constructors
 NameDescription
Public methodConfirmationEmailOverridesInitializes a new instance of the ConfirmationEmailOverrides class
Top
Properties
 NameDescription
Public propertyOverrideBccAddresses 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.
Public propertyOverrideConfirmationTemplateId 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.
Public propertyOverrideToAddresses 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.
Top
See Also