CeresAddressConfig

PluginConfig class, including all plugin settings for the addresses.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

string

$defaultSalutation

Preselected salutation in the address modal.

Deprecated: will be removed in 6.0.0.

array

$billingAddressShow

Visible input fields of the billing address.

Deprecated: will be removed in 6.0.0.

array

$billingAddressShow_en

Visible input fields of the billing address in UK format.

Deprecated: will be removed in 6.0.0.

array

$billingAddressRequire

Required input fields of the billing address.

Deprecated: will be removed in 6.0.0.

array

$billingAddressRequire_en

Required input fields of the billing address in UK format.

Deprecated: will be removed in 6.0.0.

array

$deliveryAddressShow

Visible input fields of the delivery address.

Deprecated: will be removed in 6.0.0.

array

$deliveryAddressShow_en

Visible input fields of the delivery address in UK format.

Deprecated: will be removed in 6.0.0.

array

$deliveryAddressRequire

Required input fields of the delivery address.

Deprecated: will be removed in 6.0.0.

array

$deliveryAddressRequire_en

Required input fields of the delivery address in UK format.

Deprecated: will be removed in 6.0.0.

Methods
public getPluginName():string

Return the name of the plugin to get the configuration values for.

public load()

Initially load configuration values into member variables.