Integrating 3rd party invoicing system

  • Zsuzsanna e.v. Tóth
  • Topic Author
  • Offline
  • New Member
  • New Member
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

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.