Click or drag to resize
ShoppingCartInfoRegisterAfterCheckout Property

Note: This API is now obsolete.

Indicates that customer will be registered 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).IsCustomerRegisteredAfterCheckout instead")]
public bool RegisterAfterCheckout { get; set; }

Property Value

Type: Boolean
See Also