Method | Description | |
---|---|---|
chooseCurrency ( string $currencyCode ) | ||
chooseDefaultTaxZone ( string $taxZone ) | ||
chooseLocale ( string $language ) | ||
chooseTaxCalculationStrategy ( string $taxCalculationStrategy ) | ||
disable ( ) | ||
enable ( ) | ||
isAnyDefaultTaxZoneChosen ( ) : boolean | ||
isBaseCurrencyDisabled ( ) : boolean | ||
isCodeDisabled ( ) : boolean | ||
isCurrencyChosen ( string $currencyCode ) : boolean | ||
isDefaultTaxZoneChosen ( string $taxZone ) : boolean | ||
isLocaleChosen ( string $language ) : boolean | ||
isTaxCalculationStrategyChosen ( string $taxCalculationStrategy ) : boolean | ||
setTheme ( string $themeName ) | ||
unsetTheme ( ) |
public chooseDefaultTaxZone ( string $taxZone ) | ||
$taxZone | string |
public chooseTaxCalculationStrategy ( string $taxCalculationStrategy ) | ||
$taxCalculationStrategy | string |
public isAnyDefaultTaxZoneChosen ( ) : boolean | ||
return | boolean |
public isCurrencyChosen ( string $currencyCode ) : boolean | ||
$currencyCode | string | |
return | boolean |
public isDefaultTaxZoneChosen ( string $taxZone ) : boolean | ||
$taxZone | string | |
return | boolean |
public isLocaleChosen ( string $language ) : boolean | ||
$language | string | |
return | boolean |
public isTaxCalculationStrategyChosen ( string $taxCalculationStrategy ) : boolean | ||
$taxCalculationStrategy | string | |
return | boolean |