We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae128f9 commit a51b5a8Copy full SHA for a51b5a8
Model/Config.php
@@ -40,7 +40,8 @@ public function getStorePathType(): PathType
40
41
public function isUnsetSingleStorePath(): bool
42
{
43
- return $this->scopeConfig->isSetFlag(self::CONFIG_PATH_UNSET_SINGLE_STORE_PATH);
+ return $this->scopeConfig->isSetFlag(self::CONFIG_PATH_UNSET_SINGLE_STORE_PATH)
44
+ && $this->getStorePathType() !== PathType::Custom;
45
}
46
47
public function getCountry(StoreInterface $store): string
0 commit comments