CustomerAccount3Control

CustomerAccount3Control is the final registration step. It provides on-file shoppers a non-editable list of SYSPRO addresses and lets consumer shoppers enter an address. It saves registration, shipping, and billing information.

CustomerAccount3Control registration step

Configurable properties

Property Default Valid values or format Effect
MultiShipHintText
String
Not specified   Sets the multi-ship hint text.
MultiShipText
String
Not specified   Sets the multi-ship text.
ShowMultiShipAddress1
Boolean
Not specified true, false Controls first address-line display.
ShowMultiShipAddress2
Boolean
Not specified true, false Controls second address-line display.
ShowMultiShipAddress3
Boolean
Not specified true, false Controls third address-line display.
ShowMultiShipAddressCode
Boolean
Not specified true, false Controls address-code display.
ShowMultiShipCity
Boolean
Not specified true, false Controls city display.
ShowMultiShipCountry
Boolean
Not specified true, false Controls country display.
ShowMultiShipShipToName
Boolean
Not specified true, false Controls ship-to name display.
ShowMultiShipState
Boolean
Not specified true, false Controls state display.
ShowMultiShipZip
Boolean
Not specified true, false Controls ZIP or postal-code display.

SitePages.config example

The following example loads CustomerAccount3Control.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: MultiShipHintText, MultiShipText, ShowMultiShipAddress1, ShowMultiShipAddress2, ShowMultiShipAddress3, ShowMultiShipAddressCode, ShowMultiShipCity, ShowMultiShipCountry, ShowMultiShipShipToName, ShowMultiShipState, ShowMultiShipZip.

<Control src="CustomerAccount3Control.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CustomerAccount3Control inherits shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.