CeresGlobalConfig

PluginConfig class, including all global plugin settings.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

string

$favicon

Favicon of the online store.

int

$shippingCostsCategoryId

Category to display shipping information.

Deprecated: will be removed in 6.0.0.

int

$defaultContactClassB2B

Default customer class B2B.

bool

$enableOldUrlPattern

Enable Callisto route pattern for items.

int

$googleRecaptchaVersion

Google reCAPTCHA version.

string

$googleRecaptchaApiKey

Google reCAPTCHA website key.

float

$googleRecaptchaThreshold

Google reCAPTCHA v3 threshold.

string

$googleMapsApiKey

Google Maps API key.

Deprecated: will be removed in 6.0.0.

bool

$registrationRequirePrivacyPolicyConfirmation

Require acceptance of privacy policy for customer registration.

bool

$blockCookies

Block unaccepted cookies.

int

$userDataHashMaxAge

Validity of URLs to change password and email address.

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.