无法在服务器上更改我的文件

Impossible to change my file on the serve

我有一个问题,我是 Prestashop 的新手,我创建了我的子主题,我想修改后面的产品描述,所以我复制了文件 product.tpl 把它放在我的子主题(带有随之而来的树结构)。 我想删除截断:

<h2 class="h3 product-title" itemprop="name"><a href="{$product.url}" itemprop="url" content="{$product.url}">{$product.name|truncate:30:'...'}</a></h2>

所以我开始添加一些废话,看看我是否在正确的地方:

<h2 class="h3 product-title" itemprop="name"><a href="{$product.url}" itemprop="url" content="{$product.url}">aze</a></h2>

有效,所以我将其更改为:

<h2 class="h3 product-title" itemprop="name"><a href="{$product.url}" itemprop="url" content="{$product.url}">{$product.name}</a></h2>

除了“{$product.name}”没变,一直呆呆 所以我测试了:

<h2 class="h3 product-title" itemprop="name"><a href="{$product.url}" itemprop="url" content="{$product.url}">Test</a></h2>

而且还是只剩下azzeaze...

我尝试清除缓存,重新启动电脑,删除文件和它的树(它恢复到我触摸它之前的状态,如果我创建一个新文件,不管我用什么词我都会 azeaze)以及私人浏览,但什么也没做:/

如果有人有想法我很感兴趣,因为我真的不明白为什么它不起作用(服务器没有关闭)

如果有人有想法,请提前致谢

在后台转到 Advenced Parameters -> Performance 并将 Template compilation 设置为 Recompile templates if the files have been updated