Photo ID validation

  • James Shaver
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 3 months ago #131487 by James Shaver
Photo ID validation was created by James Shaver
I'm working on an API to validate a user's photo ID, and would like to integrate it into a subscription plan. Essentially, a user must submit a photo, it validates true/false, and the subscription is successful/failed.

Can I create a plug-in for Membership Pro to handle this? My initial thought would be as a custom user field, but maybe an add-on to the payment plugins?
Any advice would be appreciated.

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

More
5 years 3 months ago #131524 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Photo ID validation
Hello James

I think you should first try to implement that validation by modifying code of validate method in components/com_osmembership/model/register.php

After confirming that it works, you can implement that change using override, see membershipprodoc.joomservices.com/develo...hod-in-a-model-class for instructions

Regards,

Tuan

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