CeresFooterConfig

PluginConfig class, including all plugin settings for the footer.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

string

$toTopButton

Position of the Back-to-top button. Possible values are 'right' and 'bottom'.

int

$numberOfFeatures

Number of store features.

Deprecated: will be removed in 6.0.0.

int

$numberOfCols

Number of columns.

Deprecated: will be removed in 6.0.0.

string

$col1Categories

List of IDs of categories to display in first column.

Deprecated: will be removed in 6.0.0.

string

$col2Categories

List of IDs of categories to display in second column.

Deprecated: will be removed in 6.0.0.

string

$col3Categories

List of IDs of categories to display in third column.

Deprecated: will be removed in 6.0.0.

bool

$cancellationUsePdf

Use PDF cancellation form.

Deprecated: will be removed in 6.0.0.

string

$cancellationPdfPath

URL to PDF file.

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.