• Is there a possibility that i only show the ‘schedule an appointment’ button?
    The customers don’t have to see my full calendar. Only the open spaces.

    And a second question. I try to set the time. Tried al possibilities but when i set time to start at 6pm til 10pm customers can choose every hour of the day. How can i fix this?

    Last question. I followed an instruction to change the currency in to Euro. But the only thing i see is an? How to fix this?

    http://ww.wp.xz.cn/plugins/appointment-calendar/

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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?

    Plugin Contributor FARAZFRANK

    (@farazfrank)

    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

    Plugin Contributor FARAZFRANK

    (@farazfrank)

    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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Calendar adjustments’ is closed to new replies.