我正在尝试基于1.6模块创建1.7的运输模块。
除displayCarrierList挂钩外,其他所有内容看起来都很正确。
在displayCarrierList上,我试图显示一个具有可用中继点的列表,它在1.6上能完美运行,但在1.7上却不能。
通过一些搜索,我发现自1.7.0(参考https://github.com/PrestaShop/PrestaShop/blob/develop/classes/Hook.php#L93)起,不推荐使用displayCarrierList挂钩
我需要在订单承运人选择步骤中显示一个带有ajax调用的列表(选择),有什么想法(没有displayCarrierList)吗?
答案 0 :(得分:0)
您只需要使用:DisplayCarrierExtraContent而不是已弃用的一个displayCarrierList。
ref:https://www.waschier-design.at/tutorials/prestashop-1-7-globale-variablen-hooks/
显示运营商的其他内容(例如接送点) 该挂钩仅调用与运营商相关的模块,以便在需要时添加选项