Your Time:
Our Time:
← Back to discussions

Confirmation email url link

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 10 years, 2 months ago by Anonymous.

Tagged: ,

  • 2016-07-03 at 5:32 am
    Support Expired
    #15242
    blackbudget
    Participant
    • Topics: 2
    • Replies: 1
    • Total posts: 3
    • Post count: 1

    On the email that is sent to customers as confirmation of the appointment booking there is a url link
    added to the bottom.

    I’m not sire what this is for? maybe confirmation?

    Anyway I dont need it. How do I remove it from the email?

    2016-07-04 at 10:24 am
    #15248
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    The email is to confirm your appointment. If you don’t want the confirmation link, you can remove it from appointment-functions.php file. Find for this code in appointment-functions.php file and do comment these lines.

    if ( get_option( 'iva_manage_appt_link_disable' ) != 'on' ){
    	$confirm_email_msg .=  get_page_link( $iva_templateid ).'/?email='.urlencode( $iva_email ).'&key='.md5( $iva_email );
    }

You must be logged in to reply to this topic.