简体   繁体   English

PrestaShop付款模块分类为“其他”

[英]PrestaShop Payment Module categorized as “other”

I developed a prestashop module that integrates with an external/3rd-party payment gateway. 我开发了一个prestashop模块,该模块与外部/第三方支付网关集成。 It works but an issue still persist, my module always listed in the "other" category", unlike supposed to be categorized as "payments and gateways" module. 它可以工作,但是问题仍然存在,我的模块始终列在“其他”类别中,与应该归类为“付款和网关”模块的情况不同。

the skeleton class extneds PaymentModule class and the "tab" filed set to be "payments_gateways" as tutored in your documentation. 骨架类扩展了PaymentModule类,文件中设置的“ tab”文件设置为“ payments_gateways”。

How can I list my module in the payments modules list, as results, my customer can recognize it and configure it easily 如何在付款模块列表中列出我的模块,结果客户可以轻松识别并配置它

您已在模块根目录的config.xml文件中首先设置了模块的类别:

<tab><![CDATA[payments_gateways]]></tab>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM