【发布时间】:2015-03-20 20:09:41
【问题描述】:
我刚刚在 opencart 中创建了一个名为 store 的自定义页面。为此,我在 opencart 目录中创建了三个文件。 ..\template\common\store.tpl、..language\english\common\store.php 和 ..\catalog\controller\common\store.php。添加这些文件后,http://localhost/store/index.php?route=common/store 会显示带有页眉和页脚的主页。
问题是我无法将模块添加到页面中,因为它没有显示在模块下的“布局”下拉列表中。例如,如果我转到扩展程序和“帐户”,我无法在布局下拉菜单下找到此页面,因此我可以添加帐户模块。
有人可以帮忙吗?
谢谢, 普拉文
【问题讨论】:
标签: php