更新后是否覆盖了theme / modules文件夹中的模板文件?

时间:2014-07-02 22:39:48

标签: prestashop prestashop-1.6

我所知道的是:

themes文件夹中的模块视图文件夹用于自定义和覆盖模块视图的默认行为。 (例如root/themes/my-theme/modules/blockcategories/

但我发现此文件夹中的文件包含免责声明(着名的文件):

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.

为什么他们也将此免责声明也放在这些文件中?我已经尽力使我的所有更改远离root/modules/clockcategories/

Prestashop版本:1.6.0.6

感谢您的帮助。

2 个答案:

答案 0 :(得分:2)

不,除非主题更新,否则不会覆盖更新的覆盖模板文件。免责声明可能是因为重写的模板文件是从原始模块的模板中复制和修改的。

答案 1 :(得分:1)

这只是默认主题" default-bootstrap"的一部分。您永远不应该使用现场网站的默认主题。您必须克隆它并使用" clone"。这样,在升级PrestaShop或升级特定模块期间,不会从主题中覆盖任何内容。