Click or drag to resize
ShoppingCartInfoRegisterAfterCheckoutTemplate Property

Note: This API is now obsolete.

E-mail template code name used for registration after checkout.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use member CMS.Core.Service.Resolve<ICustomerRegistrationRepositoryFactory>().GetRepository(ShoppingCartSiteID).RegisteredAfterCheckoutTemplate instead")]
public string RegisterAfterCheckoutTemplate { get; set; }

Property Value

Type: String
See Also