Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用新版本的 OpenCart 3。在管理部分我可以设置默认电话/电子邮件数据。然后在footer.twig我尝试显示电话号码,如:
footer.twig
{{ config.get('config_phone') }}
在目录/controller/common/footer.php
$data['telephone_number'] = $this->config->get('config_telephone');
在目录/view/theme/default/template/common/footer.twig
{{ telephone_number }}