简体   繁体   中英

PrestaShop Payment Module categorized as “other”

I developed a prestashop module that integrates with an external/3rd-party payment gateway. 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.

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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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