boxcarstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Object Sync for Salesforce] Problem syncing custom fields up to SalesforceHi Jonathan,
You may have noticed Andrew’s note above. He’s the developer/support of Paid Membership Pro. I had bounced the question at him after you’re reply last week. His reply was as follows:
—————
Hi TJ,Thank you for using Paid Memberships Pro, I’m currently not familiar with the SalesForce Object Sync Plugin.
All custom fields that are created using the Register Helper Add On are stored in the usermeta table. Membership details such as level, expiration date, join date etc are stored in custom tables and we may possibly store these details within usermeta for the data that you would like to pass through – this should be a workable solution.
Also we currently use the default wp_insert_user function when creating a user through checkout of Paid Memberships Pro – https://github.com/strangerstudios/paid-memberships-pro/blob/dev/preheaders/checkout.php#L562, is this the process you are referring to when you say a new user is created through Paid Memberships Pro?
As the support team from the SalesForce plugin mentioned, you may need to write a custom function with their hook mentioned here – https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/extending-before-and-after-saving.md#salesforce-push
Alternatively, we do have the PMPro Zapier Add On which allows you to pass through data every time a user changes their level, I’m not sure if this is something that could work for you?
Please let me know if you have any further questions regarding this.
—————Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA] comment emailed but is not showing not on websiteI, too, am noticing this error. It happens if the user does not click the “Not a robot” checkbox and submits the comment directly on a post. It results in a captcha error (as it should), however the comment email is still fired. There is no record of the comment in the database (as there shouldn’t be).