Hi,
Do you plan on developing a subscription module for EasyProfile
No sorry, we do not plan to make subscription module for now
or collaborate with another developer
Yes in future we will
it would be very helpful if you could recommend some subscription extensions, and provide some guidelines for integration with EasyProfile.
We have a poor experience with subscription module (on this site we use payplan), anyway here some tip for some use cases that you can apply to any subscription component.
General Registration
Easy Profile extends Joomla User Profile, so registration page is the same of Joomla and all Users plugins should work. Example: Emerald can add tab to choose subscriptions on Joomla registration page
Use Easy Profile fields like address for invoice of checkout page
All components developed with Joomla MVC model allow to override their template and layout. So you can add in invoice/checkout template Easy Profile fields with our API (docs at
https://www.easy-profile.com/docs/38-jsnuser-object.html)
Change Easy Profile Field when subscription become active
All subscription component have possibility to launch a SQL query when subscription become active or expire, so you can simply change the value of some fields directly via SQL query. Some subscription component also allow you to trigger PHP code, in this case you can use our API to update Easy Profile informations.
I know, these are workarounds and require PHP/Database knowledge, the best solution is to have dedicated and user friendly plugin for these. Unfortunately Easy Profile is young component, then other developers need time to know before develop some plugins.