Creating Custom FUE Variable for Emails

Home Forums Ticket Products Event Tickets Plus Creating Custom FUE Variable for Emails

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1268054
    Chris
    Participant

    I notice that with follow up emails I can include event specific merge tags(https://docs.woocommerce.com/document/automated-follow-up-emails-docs/email-variables-and-merge-tags/#section-14) in the emails. I’m wondering if you might know how to create a custom variable for FUE using a custom field we created that includes a link to a webinar?

    We’d like to include that custom field in the in follow up email that gets sent out a few days prior to the webinar.

    I found this https://docs.woocommerce.com/document/automated-follow-up-emails-docs/custom-variables/ but not quite sure if it’s possible.

    Thanks

    #1269429
    Barry
    Member

    Hi Chris!

    I’m afraid we can’t offer guidance in relation to custom coding with Follow-up Emails, as that isn’t our plugin.

    Extracting the custom field value (if you are using “regular” WordPress custom fields) ought to be easy enough, though, by using get_post_meta() — the use of which would be something like:

    get_post_meta( $event_id, ‘_your_custom_field_name’, true );

    Good luck with the project — and if you discover anything useful that might help other FUE users it would be great to hear back from you 🙂

    #1279285
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Creating Custom FUE Variable for Emails’ is closed to new replies.