Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    If you are meaning to make visible the “notes” textarea for the specific booking, if this note exist.
    Then you need to make this fix.
    Please open this file: ../booking/wpdev-booking.php
    Then find this code:
    if (!defined('WP_BK_SHOW_BOOKING_NOTES')) define('WP_BK_SHOW_BOOKING_NOTES', false );
    And replace it to this code:
    if (!defined('WP_BK_SHOW_BOOKING_NOTES')) define('WP_BK_SHOW_BOOKING_NOTES', true );

    If you was meaning something else, please explain it more detail.
    Kind regards.

    Thread Starter BoRoU

    (@borou)

    Thank you very much again. A fantastic plugin (Small Business) and great support.

    Plugin Author wpdevelop

    (@wpdevelop)

    You are welcome. If you want, you can leave the review about the plugin usage here. Thank you very much for that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit note’ is closed to new replies.