CeresHeaderConfig

PluginConfig class, including all plugin settings for the header.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

string

$companyName

Name of the store.

Deprecated: will be removed in 6.0.0.

string

$companyLogo

Company logo.

Deprecated: will be removed in 6.0.0.

string

$showNavBars

Position of the navigation bar. Possible values are 'top', 'side' and 'both'.

bool

$fixedNavBar

Defines if the the navigation bar is fixed at the top of the page.

Deprecated: will be removed in 6.0.0.

array

$showCategoryTypes

Type of categories rendered in the navigation.

string

$basketValues

Show shopping cart information.

Deprecated: will be removed in 6.0.0.s

int

$menuLevels

Category levels in the category tree.

int

$megamenuLevels

Category levels in mega menu.

Deprecated: will be removed in 6.0.0.

int

$megamenuItemsStage1

Number of categories in level 2.

Deprecated: will be removed in 6.0.0.

int

$megamenuItemsStage2

Number of categories in level 3.

Deprecated: will be removed in 6.0.0.

int

$megamenuItemsStage3

Number of categories in level 4.

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.