- Posts: 5
- Thank you received: 0
Integrating 3rd party invoicing system
- Zsuzsanna e.v. Tóth
- Topic Author
- Offline
- New Member
-
Less
More
6 years 4 months ago #120748
by Zsuzsanna e.v. Tóth
Integrating 3rd party invoicing system was created by Zsuzsanna e.v. Tóth
Hi,
Where can I find detailed information to include a 3rd party invocing site? Which is the bast way to accomplish?
I found the membershipprodoc.joomservices.com/develo...stomization-override where I can override the generatepdf method BUT I dont want to generate PDF, I just need to pass the details (user datas, items, amounts) to the 3rd party (POST) to generate them. Then they sent my customer throuh email.
I am a programmer I can do it, but cant find where to put my code and how to get easily the neccessary datas from your plugin. (It must called after payment)
Regards,
Aron
Where can I find detailed information to include a 3rd party invocing site? Which is the bast way to accomplish?
I found the membershipprodoc.joomservices.com/develo...stomization-override where I can override the generatepdf method BUT I dont want to generate PDF, I just need to pass the details (user datas, items, amounts) to the 3rd party (POST) to generate them. Then they sent my customer throuh email.
I am a programmer I can do it, but cant find where to put my code and how to get easily the neccessary datas from your plugin. (It must called after payment)
Regards,
Aron
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
6 years 4 months ago #120761
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Integrating 3rd party invoicing system
Hello Aron
You will need to develop a Membership Pro plugin, see membershipprodoc.joomservices.com/develo...n#onmembershipactive
On that method, you can access to $row object which contains data of the current subscription record (an object of #__osmembership_subscribers table). If you want to get more custom fields data, you can query #__osmembership_field_values table directly
Please do that and let us know if you need more help
Regards,
Tuan
You will need to develop a Membership Pro plugin, see membershipprodoc.joomservices.com/develo...n#onmembershipactive
On that method, you can access to $row object which contains data of the current subscription record (an object of #__osmembership_subscribers table). If you want to get more custom fields data, you can query #__osmembership_field_values table directly
Please do that and let us know if you need more help
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.