This topic has 1 reply, 2 voices, and was last updated 10 years, 2 months ago by Anonymous.
Tagged: appointment, email
Viewing 2 posts - 1 through 2 (of 2 total)
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?
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 );
}
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.