Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Bruce

    (@ninjateamwp)

    Hi @imran1133 ,

    Please refer to our doc for that:
    https://docs.yaycommerce.com/bookster/administration/notifications

    Hope that helps.

    Kind regards.

    Thread Starter imran1133

    (@imran1133)

    but these options like events is not available in my plugin
    https://screenrec.com/share/YaugiBbA2O
    please this video
    there is not edit template options in my dashboard

    Plugin Support mialewp

    (@mialewp)

    Hello @imran1133,

    Greetings of the day.

    Currently, you only can edit these parts https://tppr.me/eojjTY

    Please try again if it works.

    Best regards,

    Mia

    Thread Starter imran1133

    (@imran1133)

    but i wanna hide the booking details from email

    Plugin Support mialewp

    (@mialewp)

    Hello @imran1133,

    Thanks for your response.

    Please create a custom plugin as the reference below to hide it.
    <?php /** * Your Addon * * @wordpress-plugin * Plugin Name: Your Addon * Description: Your Addon * Version: 1.0.0 * Author: WPBookster */ if ( ! defined( 'ABSPATH' ) ) { die( 'We\'re sorry, but you can not directly access this file.' ); } function your_addon_booking_details_template_file( $default_template ) { // Copy the template file from the Bookster plugin to your addon plugin return plugin_dir_path( __FILE__ ) . 'templates/emails/appt-notification/appt-booking-details.php'; } add_filter( 'bookster_appt_notice_booking_details_template_file', 'your_addon_booking_details_template_file' );

    Best regards,

    Mia



Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.