CeresCurrencyConfig

PluginConfig class, including all plugin settings for the currencies.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

string

$format

Format of currencies. Possible values are 'name' and 'symbol'.

bool

$enableSelection

Allow customer to change the currency.

string

$formatSelection

Format of currencies in header.

array

$availableCurrencies

Available currencies.

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.