CeresBasketConfig

PluginConfig class, including all plugin settings for the basket.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

array

$itemData

Visible fields of the basket list items.

array

$data

Visible entries of the basket totals.

Deprecated: will be removed in 6.0.0.

array

$previewData

Visible entries of the basket (preview) totals.

Deprecated: will be removed in 6.0.0.

mixed

$variations

No usage.

Deprecated: will be removed in 6.0.0.

string

$addItemToBasketConfirm

Type to display the basket addition. Possible values: 'overlay', 'preview', 'no_information'.

string

$previewType

Type to display the basket preview. Possible values: 'hover', 'right'.

bool

$showShippingCountrySelect

Defines if the country selection is shown in the basket.

mixed

$splitBundles

No usage.

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.