-
Using a hook and snippet, I'd like to automatically add a person to a membership when someone cancels their booking. I've looked at the eme_member.php file but I don't know which function to use. Is this possible? I already use the hook 'eme_frontend_cancel_booking_action' but I would like to add some code to add the people to a membership. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
There's no simple way of doing that. But, try this for logic:
So:
|
Beta Was this translation helpful? Give feedback.
-
To solve my problem completely, I now need to insert the answers relating to membership into the table of answers. I know what value I want to insert, but I'm not sure which eme function to use. Can you tell me? |
Beta Was this translation helpful? Give feedback.
-
Maybe, I am going to try to insert directly in the table "answers" |
Beta Was this translation helpful? Give feedback.
See the function eme_store_member_answers , but it is not easy to add answers via a script currently. EME takes the answers from the form since it needs specific id's etc ...