Expected behavior
The ability to retrieve classificationstore key values across all stores.
Actual behavior
The functionality is limited to storeID 1, as it is the default value within:
$groupDef = Classificationstore\GroupConfig::getByName($this->classificationstore_group);
public static function getByName(string $name, int $storeId = 1, ?bool $force = false): ?GroupConfig
Steps to reproduce
- Create multiple classification stores.
- Add an attribute from a classification store with an ID greater than 1.
- Print the value in the channel (resulting in a consistently null output).
Expected behavior
The ability to retrieve classificationstore key values across all stores.
Actual behavior
The functionality is limited to storeID 1, as it is the default value within:
Steps to reproduce