何烈山42

admin 你理解错了。 $this->isEnabledStaffs()这个方法在 https://gitee.com/zouhongzhao/magento2-action-extension-de ... https://gitee.com/zouhongzhao/magento2-action-extension-demo/blob/master/Demo/view/frontend/templates/physical_stores.phtml#L67那好像没必要把$this->isEnabledStaffs()这个判断放在foreach里面。...
https://gitee.com/zouhongzhao/magento2-action-extension-demo/blob/master/Demo/view/frontend/templates/physical_stores.phtml```php  <?php  if  ($this->isEnabledStaffs()):  ?>         ...
https://www.kancloud.cn/zouhongzhao/magento2-in-action/647794MySQL的Schema对应如上
admin core_config_data表里 多谢。但是看模板文件:https://gitee.com/zouhongzhao/magento2-action-extension-demo/blob/master/Demo/view/frontend/templates/physical_stores.phtmlisEnabledStaffs(), 感觉是应该对应到physical_stores表的  status 字段?意思是看这个店铺的状态?若是存在core_config_data,显然是应该放在foreach 循环外面。