Jump to content

Craig Gingell

Clients
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Craig Gingell's Achievements

  1. We have some digital membership "products" in our store that members can purchase. These products are set to auto renewal every 12 months. Will the changes in October impact the way we manage renewable products? Cheers
  2. Thank you Stuart for your reply. That is such a shame it's not available by API, as it would have been an easy way for the user to keep their details up to date. Instead it's a black hole for developers trying to re-use and re-purpose that data. I guess I will have to duplicate and repeat the functionality as part of the user's profile with custom fields.
  3. Does anyone know if its possible to get the user's Primary Billing Address and Primary Delivery Address via an API end point? I'm looking to get the data that is shown on the /clients/addresses/ page when signed in as a user with purchase history I have looked through the API reference here, but nothing looks obvious: https://invisioncommunity.com/developers/rest-api Cheers Craig
  4. Hello. We are looking for a developer who can help us create a "Membership Card" feature for our community. The idea is to have a URL that shows the member's Name, Membership Number and the renewal date of a specific product they have previously purchased. The membership card is something a member would show on their phone at a physical event to prove that they are a member of our community. We have a cloud hosted package with Invision. We looked, but couldn't see anything in the market place that matched or came close to our requirements. What can you do for us? Cheers Craig
  5. The ability to pre-populate a new club with members would be great. I'd also like the ability to send bulk email to members of a club, but I can't see how to do that? Please let me know if I've got that wrong? Cheers Craig
  6. Ok, after a bit more trial and error testing, I worked it out:
  7. Thank you Daniel for your help. I should have said, I am working in Javascript and attempting to submit this as an HTML <form> Have you got a sample that will work with Javascript? Cheers!
  8. Hello, I have read the REST API documentation here: https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTitem I am trying to update a custom field value, but cannot fathom the syntax for the customFields value. The docs state: customFields object Array of custom fields as fieldId => fieldValue but can someone please provide an example? Let's say I have a custom field number 10, and I want to set it's value to "XYZ123" what should I be posting in the customFields value? I tried [{'fieldId':'10','fieldValue':'XYZ123'}] but the field value didn't update. Any ideas?
×
×
  • Create New...