Hi, Hope you can help me. We have created the following site for a salon and are in the process of completing the work. The previous developers who were assiting with the site are no longer available, so we are attempting to make a few remaining edits ourselves: http://spa.allegroitsolutions.com/ We have set up the appointments, such that a client can use the 'pay later' method. As a result, when a client books an appointment for a salon service, there is a confirmation message after the client clicks on the 'Book Appointment' button as shown in the highlighted box in red (image attached). We are desperately trying to edit this confirmation message, however cannot locate the file to do this. Do you know where we can locate this file in the theme directory?
Hello, For this go to the appointwaytheme\lib\plugin\ink-appointment\ink-admin\appointments-form\text-data.php and edit text from there.
Hi, Thanks for the reply. I got as far as: wp-content\themes\appointwaytheme\lib\plugin In this folder, I only found a zip file called 'ink-appointment.zip'? Just to point out, the site is multilingual, in that it can be seen in English or Arabic: http://spa.allegroitsolutions.com/
Hello, Try this one, Go to wp-content\plugins\ink-appointment\ink-admin\appointments-form\getway\paypal-page.php file and change the text from there.
There is an issue - The edit seems to work on the front-end, however I'm no longer able to access the back-end wp-admin? It gives me the following error after I got the URL http://spa.allegroitsolutions.com/wp-admin/ Warning: Cannot modify header information - headers already sent by (output started at /home/content/94/5140794/html/Spa/wp-content/plugins/ink-appointment/ink-admin/appointments-form/getway/paypal-page.php:1) in/home/content/94/5140794/html/Spa/wp-includes/pluggable.php on line 875
Hello, It is usually because there are spaces, new lines, or other stuff before an opening <?php tag or after a closing ?> tag while uploading the file through ftp or editing the file, typically in paypal-page.php. This could be true about some other file too, so please check the error message, as it will list the specific file name where the error occurred (see "Interpreting the Error Message" below). Replacing the faulty file with one from your most recent backup. See the link given below for reference. http://wordpress.org/support/topic/warning-cannot-modify-header-information-100 I hope it will help you.