diff --git a/Controller/Action/ConfigUpdate.php b/Controller/Action/ConfigUpdate.php index 1f6a605..e621603 100644 --- a/Controller/Action/ConfigUpdate.php +++ b/Controller/Action/ConfigUpdate.php @@ -105,6 +105,7 @@ public function execute() $configValue = ($this->_qdbHelper->getConfig('dev/debug/template_hints', $configScope, $configScopeId)) ? 0 : 1; $this->_resourceConfig->saveConfig('dev/debug/template_hints', $configValue, $configScope, $configScopeId); + $this->_resourceConfig->saveConfig('dev/debug/template_hints_storefront', $configValue, $configScope, $configScopeId); $this->_resourceConfig->saveConfig('dev/debug/template_hints_blocks', $configValue, $configScope, $configScopeId); $output = "Hints set " . ($configValue ? 'On' : 'Off'); break; @@ -141,4 +142,4 @@ public function execute() } } -} \ No newline at end of file +}