This topic has 10 replies, 4 voices, and was last updated 10 years, 9 months ago by Anonymous.
Viewing 11 posts - 1 through 11 (of 11 total)
Hi,
Our client didn’t want users to be able to schedule or manage appointments directly (I just changed the text of all the fields accordingly to say things like “desired date”, “request”, etc).
The only problem is the email generates a link that looks like it would be for the customer to confirm their appointment (it doesn’t work because I took out the pages to confirm and manage appointments on the frontend, as our client didn’t want those features). Can this link be removed from the email altogether?
We will take a closer look into this feature and will see if we can modify it and make it editable via email setups in theme options.
It looks like this issue was resolved for another user last month here: http://support.aivahthemes.com/forums/topic/remove-confirm-link-and-add-address-to-email/
My client is very picky and will be extremely unhappy when he notices the link. If you could tell me what changes had to be made for that user and where, I have no problem making the changes myself. I already have a child theme enabled for the appointments page template, it’s no trouble for me to drop another file in there if you could just tell me what I would need to change (I’m guessing it’s something in confirm_appointments.php).
Thanks.
Currently our dedicated support staff for handling this issue is off no weekend. we will take a look at it tomorrow and let you know the changes tomorrow on how to remove it.
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Also provide your website URL.
Fixed!
Changes made: Just copied template_manage_reservation.php file from parent to child theme and commented a line of code on line no. 253
$out .='<a class="cancel btn red small mr10" '.$disabled.' href="'.esc_url( get_page_link($iva_templateid).'/?email='.urlencode($iva_appointment_email).'&key='.md5($iva_appointment_email).'&action=cancel&id='.get_the_id()).'" >'.$iva_res_cancel.'</a>';
Greetings Shailaja,
Good day to you. My client wants the same exact thing. Specifically, he does not want a hyperlink to appear in e-mails for the patient/customer to manage appointments directly.
So I am trying the code you supplied above. Perhaps this can be added as a setting in Aivah Theme Options in the future? Many others may desire the choice to have the link, or not.
Respectfully,
JD
Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.