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.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
MultiShipHintTextString | Not specified | Sets the multi-ship hint text. | |
MultiShipTextString | Not specified | Sets the multi-ship text. | |
ShowMultiShipAddress1Boolean | Not specified | true, false | Controls first address-line display. |
ShowMultiShipAddress2Boolean | Not specified | true, false | Controls second address-line display. |
ShowMultiShipAddress3Boolean | Not specified | true, false | Controls third address-line display. |
ShowMultiShipAddressCodeBoolean | Not specified | true, false | Controls address-code display. |
ShowMultiShipCityBoolean | Not specified | true, false | Controls city display. |
ShowMultiShipCountryBoolean | Not specified | true, false | Controls country display. |
ShowMultiShipShipToNameBoolean | Not specified | true, false | Controls ship-to name display. |
ShowMultiShipStateBoolean | Not specified | true, false | Controls state display. |
ShowMultiShipZipBoolean | 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.