Thread Starter
Marco
(@marcodam86)
And another question,
The time is in 12 hour, but i want it to display 24 hours. How can i change this?
HI Marco,
This is possible to show schedule an appointment button without full calendar.
Follow Instructions
1. Search below code:
<!---Show appointment calendar--->
<div id='calendar'>
<div align="right">Appointment Calendar Powered By: <a href="http://appointzilla.com/" title="Appointment Scheduling plugin for WordPress" target="_blank">AppointZilla</a></div>
<!---AppSecondModal For Schedule New Appointment--->
<div id="AppSecondModalDiv" style="display:none;"></div>
</div>
2. Comment out searched code as below:
<!---Show appointment calendar--->
<!---<div id='calendar'>
<div align="right">Appointment Calendar Powered By: <a href="http://appointzilla.com/" title="Appointment Scheduling plugin for WordPress" target="_blank">AppointZilla</a></div>
<div id="AppSecondModalDiv" style="display:none;"></div>
</div>--->
And for second question –
Is 6pm to 10pm your business opening hours?
Where are customers can choose every hour of the day? (take a snap-shot share with us)
Also share your site URL and currency problem with a snap.
Free version of appointment calendar not allowed to set time format in 24hours or 12hours.
Thanks
Frank
Thread Starter
Marco
(@marcodam86)
Frank,
First problem helped me very much. Thanks.
Second problem
Time problems are fixed
Changed the currency in the word EURO but don’t like it at all, wish the EURO sign is available.
Got an new question also.
I translated all the english appointment emails in to dutch. But when i approve or cancell an appointment the customer gets an english email. How do i change this?
Thanks,
Marco
File: appointment-calendar.php
Update following messages in your language:
If you are using WP Mail settings
$subject_to_recipent = ".....In Dutch.....";
$wpmail_body_for_recipent = ".....In Dutch.....";
$wpmail_body_for_recipent = ".....In Dutch.....";
$subject_to_admin = ".....In Dutch.....";
$wpmail_body_for_admin = ".....In Dutch.....";
If you are using PHP mail settings
$subject_to_recipent = ".....In Dutch.....";
$phpmail_body_for_recipent = ".....In Dutch.....";
$wpmail_body_for_recipent = ".....In Dutch.....";
$subject_to_admin = ".....In Dutch.....";
$phpmail_body_for_admin = ".....In Dutch.....";
If you are using SMTP Mail settings
$subject_to_recipent = ".....In Dutch.....";
$body_for_recipent = ".....In Dutch.....";
$subject_to_admin = ".....In Dutch.....";
$body_for_admin = ".....In Dutch.....";
Refer this post for currency symbol change: Link
And you done.
Thanks
Frank