Custom payment plugin for FluentCart
I have a question about developing a Custom payment plugin for FluentCart.
If I'm developing a payment plugin for FluentCart, then based on the current examples, this module needs to be embedded in an existing FluentCart or FluentCart Pro plugin. The question is, how do I create an independent plugin if it should be part of the FluentCart(Pro) plugin? If possible, explain how the Custom Payment plugine in FluentCart(Pro) will work?.
In other words, all the payment modules are located inside the FluentCart's plugin. How can I add Custom payment plugin there in a working FluentCart?
Thanks!
Yeah. That is an important aspect. Btw adding a custom created payment option also needs to be added to the Payment options screen.
I wrote it myself and answered it myself. The source code of the sample plugin used as a basis already works as a separate plugin. I changed the name and changed the names of the fields in the code, and the plugin was launched as a standalone plugin in FluentCart. Now I need to write the correct code for the payment system.
Eduard Maniatovskii Btw it is great if you also continue to share the process. I am thinking of creating a tutorial for this.