我已经使用php 5.6在本地ubuntu环境中安装了PS 1.7,我想查看启动主题,但它不起作用。
可能是某些权限问题还是什么?默认主题毫无汗水。
有关更多详细信息,请访问prestashop论坛的主题:https://www.prestashop.com/forums/topic/573994-cant-get-starter-theme-to-work/
答案 0 :(得分:4)
你在GitHub上找到的StarterTheme是一个开发版本,它只是你项目的最低要求。
在theme.yml
文件夹中,您会找到name
个文件。第一步是重命名此文件class Parent:
def __init__(self, x, y):
self.x = x
self.y = y
class Child(Parent):
def __init__(self):
pass
def firstMethod(self):
print(Parent.y) # or something?
并进行编辑。
如果需要,您可以更改显示名称键。最重要的是{{1}}密钥。它必须是主题目录名称。 请参阅:http://developers.prestashop.com/themes/gettingstarted/index.html#theme-yml
于连
答案 1 :(得分:0)
确保主题/资源中的缓存文件夹存在。如果没有创建它和7777权限就可以了。你现在应该看到主题