自定义模块翻译prestashop 1.7.8.1的问题

Posted

技术标签:

【中文标题】自定义模块翻译prestashop 1.7.8.1的问题【英文标题】:Problem of custom module translation prestashop 1.7.8.1 【发布时间】:2022-01-08 23:17:57 【问题描述】:

我已经构建了自己的模块,当我在 BO 中搜索我的模块并尝试翻译它时,我会被重定向到

“shopadmin/index.php/improve/international/translations/?lang=fr&type=modules&locale=fr-FR&selected=Module_Name&_token=OeEwKt4lWTUTcBerD-_w7LXvoA1Dyl3lcu3cBrYtkaA” 而不是

“shopadmin/index.php?controller=AdminTranslations&type=modules&module=ag_jsccustom&lang=fr&token=a74aaad65ca627b7ca6bfdc37235594f”

谁能帮我解决这个奇怪的问题?

【问题讨论】:

这能回答你的问题吗? What is the correct domain for a new translation in a PrestaShop class override? 【参考方案1】:

我找到了解决方案。您必须将此函数添加到模块的主类中:

public function isUsingNewTranslationSystem()

    return false;

【讨论】:

以上是关于自定义模块翻译prestashop 1.7.8.1的问题的主要内容,如果未能解决你的问题,请参考以下文章

Prestashop 产品自定义 - 保存到购物车

Prestashop 1.7 中的自定义钩子

使用 Prestashop 1.6 在模块中获取产品类别名称

Prestashop 自定义页面与自己的模板

prestashop 中的自定义价格计算

如何在 prestashop 1.7 中对自定义页面进行 ajax 请求