PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
modern-events-calendar
/
app
/
features
/
mec
<?php /** no direct access **/ defined('MECEXEC') or die(); $notifications = $this->main->get_notifications(); ?> <div class="wns-be-container wns-be-container-sticky"> <div id="wns-be-infobar"> <div class="mec-search-settings-wrap"> <i class="mec-sl-magnifier"></i> <input id="mec-search-settings" type="text" placeholder="<?php esc_html_e('Search...' ,'mec'); ?>"> </div> <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'mec'); ?></a> </div> <div class="wns-be-sidebar"> <?php $this->main->get_sidebar_menu('notifications'); ?> </div> <div class="wns-be-main"> <div id="wns-be-notification"></div> <div id="wns-be-content"> <div class="wns-be-group-tab"> <div class="mec-container"> <form id="mec_notifications_form"> <!-- <ul> --> <?php if($this->main->getPRO() and isset($this->settings['booking_status']) and $this->settings['booking_status']): ?> <div id="booking_notification" class="mec-options-fields active"> <h4 class="mec-form-subtitle"><?php _e('Booking', 'mec'); ?></h4> <div class="mec-form-row"> <label> <input type="hidden" name="mec[notifications][booking_notification][status]" value="0" /> <input onchange="jQuery('#mec_notification_booking_notification_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][booking_notification][status]" <?php if(!isset($notifications['booking_notification']['status']) or (isset($notifications['booking_notification']['status']) and $notifications['booking_notification']['status'])) echo 'checked="checked"'; ?> /> <?php _e('Enable booking notification', 'mec'); ?> </label> </div> <div id="mec_notification_booking_notification_container_toggle" class="<?php if(isset($notifications['booking_notification']) and isset($notifications['booking_notification']['status']) and !$notifications['booking_notification']['status']) echo 'mec-util-hidden'; ?>"> <p class="description"><?php _e('It sends to attendee after booking for notifying him/her.', 'mec'); ?></p> <div class="mec-form-row"> <label for="mec_notifications_booking_notification_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][booking_notification][subject]" id="mec_notifications_booking_notification_subject" value="<?php echo (isset($notifications['booking_notification']['subject']) ? stripslashes($notifications['booking_notification']['subject']) : ''); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_notification_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][booking_notification][recipients]" id="mec_notifications_booking_notification_recipients" value="<?php echo (isset($notifications['booking_notification']['recipients']) ? $notifications['booking_notification']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <input type="checkbox" name="mec[notifications][booking_notification][send_to_organizer]" value="1" id="mec_notifications_booking_notification_send_to_organizer" <?php echo ((isset($notifications['booking_notification']['send_to_organizer']) and $notifications['booking_notification']['send_to_organizer'] == 1) ? 'checked="checked"' : ''); ?> /> <label for="mec_notifications_booking_notification_send_to_organizer"><?php _e('Send the email to event organizer', 'mec'); ?></label> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_notification_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['booking_notification']) ? stripslashes($notifications['booking_notification']['content']) : ''), 'mec_notifications_booking_notification_content', array('textarea_name'=>'mec[notifications][booking_notification][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'mec'); ?></li> <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'mec'); ?></li> <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'mec'); ?></li> <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'mec'); ?></li> <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'mec'); ?></li> <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%event_title%%</span>: <?php _e('Event title', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Event link', 'mec'); ?></li> <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'mec'); ?></li> <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'mec'); ?></li> <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'mec'); ?></li> <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'mec'); ?></li> <li><span>%%attendees_full_info%%</span>: <?php _e('Full Attendee info such as booking form data, name, email etc.', 'mec'); ?></li> <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'mec'); ?></li> <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'mec'); ?></li> <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'mec'); ?></li> <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'mec'); ?></li> <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'mec'); ?></li> <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'mec'); ?></li> </ul> </div> </div> <div id="booking_verification" class="mec-options-fields"> <h4 class="mec-form-subtitle"><?php _e('Booking Verification', 'mec'); ?></h4> <p class="description"><?php _e('It sends to attendee email for verifying their booking/email.', 'mec'); ?></p> <div class="mec-form-row"> <label for="mec_notifications_email_verification_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][email_verification][subject]" id="mec_notifications_email_verification_subject" value="<?php echo (isset($notifications['email_verification']['subject']) ? stripslashes($notifications['email_verification']['subject']) : ''); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_email_verification_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][email_verification][recipients]" id="mec_notifications_email_verification_recipients" value="<?php echo (isset($notifications['email_verification']['recipients']) ? $notifications['email_verification']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <label for="mec_notifications_email_verification_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['email_verification']) ? stripslashes($notifications['email_verification']['content']) : ''), 'mec_notifications_email_verification_content', array('textarea_name'=>'mec[notifications][email_verification][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'mec'); ?></li> <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'mec'); ?></li> <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'mec'); ?></li> <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'mec'); ?></li> <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'mec'); ?></li> <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%event_title%%</span>: <?php _e('Event title', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Event link', 'mec'); ?></li> <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'mec'); ?></li> <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'mec'); ?></li> <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'mec'); ?></li> <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'mec'); ?></li> <li><span>%%verification_link%%</span>: <?php _e('Email/Booking verification link.', 'mec'); ?></li> <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'mec'); ?></li> <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'mec'); ?></li> <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'mec'); ?></li> <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'mec'); ?></li> <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'mec'); ?></li> </ul> </div> <div id="booking_confirmation" class="mec-options-fields"> <h4 class="mec-form-subtitle"><?php _e('Booking Confirmation', 'mec'); ?></h4> <p class="description"><?php _e('It sends to attendee after confirming the booking by admin.', 'mec'); ?></p> <div class="mec-form-row"> <label for="mec_notifications_booking_confirmation_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][booking_confirmation][subject]" id="mec_notifications_booking_confirmation_subject" value="<?php echo (isset($notifications['booking_confirmation']['subject']) ? stripslashes($notifications['booking_confirmation']['subject']) : ''); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_confirmation_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][booking_confirmation][recipients]" id="mec_notifications_booking_confirmation_recipients" value="<?php echo (isset($notifications['booking_confirmation']['recipients']) ? $notifications['booking_confirmation']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_confirmation_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['booking_confirmation']) ? stripslashes($notifications['booking_confirmation']['content']) : ''), 'mec_notifications_booking_confirmation_content', array('textarea_name'=>'mec[notifications][booking_confirmation][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'mec'); ?></li> <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'mec'); ?></li> <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'mec'); ?></li> <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'mec'); ?></li> <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'mec'); ?></li> <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%event_title%%</span>: <?php _e('Event title', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Event link', 'mec'); ?></li> <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'mec'); ?></li> <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'mec'); ?></li> <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'mec'); ?></li> <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'mec'); ?></li> <li><span>%%cancellation_link%%</span>: <?php _e('Booking cancellation link.', 'mec'); ?></li> <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'mec'); ?></li> <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'mec'); ?></li> <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'mec'); ?></li> <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'mec'); ?></li> <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'mec'); ?></li> <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'mec'); ?></li> </ul> </div> <div id="cancellation_notification" class="mec-options-fields"> <h4 class="mec-form-subtitle"><?php _e('Booking Cancellation', 'mec'); ?></h4> <div class="mec-form-row"> <label> <input type="hidden" name="mec[notifications][cancellation_notification][status]" value="0" /> <input onchange="jQuery('#mec_notification_cancellation_notification_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][cancellation_notification][status]" <?php if((isset($notifications['cancellation_notification']['status']) and $notifications['cancellation_notification']['status'])) echo 'checked="checked"'; ?> /> <?php _e('Enable cancellation notification', 'mec'); ?> </label> </div> <div id="mec_notification_cancellation_notification_container_toggle" class="<?php if((isset($notifications['cancellation_notification']) and !$notifications['cancellation_notification']['status']) or !isset($notifications['cancellation_notification'])) echo 'mec-util-hidden'; ?>"> <p class="description"><?php _e('It sends to selected recipients after booking cancellation for notifying them.', 'mec'); ?></p> <div class="mec-form-row"> <label for="mec_notifications_cancellation_notification_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][cancellation_notification][subject]" id="mec_notifications_cancellation_notification_subject" value="<?php echo (isset($notifications['cancellation_notification']['subject']) ? stripslashes($notifications['cancellation_notification']['subject']) : 'Your booking is canceled.'); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_cancellation_notification_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][cancellation_notification][recipients]" id="mec_notifications_cancellation_notification_recipients" value="<?php echo (isset($notifications['cancellation_notification']['recipients']) ? $notifications['cancellation_notification']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <input type="checkbox" name="mec[notifications][cancellation_notification][send_to_admin]" value="1" id="mec_notifications_cancellation_notification_send_to_admin" <?php echo ((!isset($notifications['cancellation_notification']['send_to_admin']) or $notifications['cancellation_notification']['send_to_admin'] == 1) ? 'checked="checked"' : ''); ?> /> <label for="mec_notifications_cancellation_notification_send_to_admin"><?php _e('Send the email to admin', 'mec'); ?></label> </div> <div class="mec-form-row"> <input type="checkbox" name="mec[notifications][cancellation_notification][send_to_organizer]" value="1" id="mec_notifications_cancellation_notification_send_to_organizer" <?php echo ((isset($notifications['cancellation_notification']['send_to_organizer']) and $notifications['cancellation_notification']['send_to_organizer'] == 1) ? 'checked="checked"' : ''); ?> /> <label for="mec_notifications_cancellation_notification_send_to_organizer"><?php _e('Send the email to event organizer', 'mec'); ?></label> </div> <div class="mec-form-row"> <input type="checkbox" name="mec[notifications][cancellation_notification][send_to_user]" value="1" id="mec_notifications_cancellation_notification_send_to_user" <?php echo ((isset($notifications['cancellation_notification']['send_to_user']) and $notifications['cancellation_notification']['send_to_user'] == 1) ? 'checked="checked"' : ''); ?> /> <label for="mec_notifications_cancellation_notification_send_to_user"><?php _e('Send the email to booking user', 'mec'); ?></label> </div> <div class="mec-form-row"> <label for="mec_notifications_cancellation_notification_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['cancellation_notification']) ? stripslashes($notifications['cancellation_notification']['content']) : ''), 'mec_notifications_cancellation_notification_content', array('textarea_name'=>'mec[notifications][cancellation_notification][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'mec'); ?></li> <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'mec'); ?></li> <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'mec'); ?></li> <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'mec'); ?></li> <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'mec'); ?></li> <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%event_title%%</span>: <?php _e('Event title', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Event link', 'mec'); ?></li> <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'mec'); ?></li> <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'mec'); ?></li> <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'mec'); ?></li> <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'mec'); ?></li> <li><span>%%admin_link%%</span>: <?php _e('Admin booking management link.', 'mec'); ?></li> <li><span>%%attendees_full_info%%</span>: <?php _e('Full Attendee info such as booking form data, name, email etc.', 'mec'); ?></li> <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'mec'); ?></li> </ul> </div> </div> <div id="admin_notification" class="mec-options-fields"> <h4 class="mec-form-subtitle"><?php _e('Admin', 'mec'); ?></h4> <div class="mec-form-row"> <label> <input type="hidden" name="mec[notifications][admin_notification][status]" value="0" /> <input onchange="jQuery('#mec_notification_admin_notification_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][admin_notification][status]" <?php if(!isset($notifications['admin_notification']['status']) or (isset($notifications['admin_notification']['status']) and $notifications['admin_notification']['status'])) echo 'checked="checked"'; ?> /> <?php _e('Enable admin notification', 'mec'); ?> </label> </div> <div id="mec_notification_admin_notification_container_toggle" class="<?php if(isset($notifications['admin_notification']) and isset($notifications['admin_notification']['status']) and !$notifications['admin_notification']['status']) echo 'mec-util-hidden'; ?>"> <p class="description"><?php _e('It sends to admin to notify him/her that a new booking received.', 'mec'); ?></p> <div class="mec-form-row"> <label for="mec_notifications_admin_notification_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][admin_notification][subject]" id="mec_notifications_admin_notification_subject" value="<?php echo (isset($notifications['admin_notification']['subject']) ? stripslashes($notifications['admin_notification']['subject']) : ''); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_admin_notification_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][admin_notification][recipients]" id="mec_notifications_admin_notification_recipients" value="<?php echo (isset($notifications['admin_notification']['recipients']) ? $notifications['admin_notification']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <input type="checkbox" name="mec[notifications][admin_notification][send_to_organizer]" value="1" id="mec_notifications_admin_notification_send_to_organizer" <?php echo ((isset($notifications['admin_notification']['send_to_organizer']) and $notifications['admin_notification']['send_to_organizer'] == 1) ? 'checked="checked"' : ''); ?> /> <label for="mec_notifications_admin_notification_send_to_organizer"><?php _e('Send the email to event organizer', 'mec'); ?></label> </div> <div class="mec-form-row"> <label for="mec_notifications_admin_notification_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['admin_notification']) ? stripslashes($notifications['admin_notification']['content']) : ''), 'mec_notifications_admin_notification_content', array('textarea_name'=>'mec[notifications][admin_notification][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'mec'); ?></li> <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'mec'); ?></li> <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'mec'); ?></li> <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'mec'); ?></li> <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'mec'); ?></li> <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%event_title%%</span>: <?php _e('Event title', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Event link', 'mec'); ?></li> <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'mec'); ?></li> <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'mec'); ?></li> <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'mec'); ?></li> <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'mec'); ?></li> <li><span>%%admin_link%%</span>: <?php _e('Admin booking management link.', 'mec'); ?></li> <li><span>%%attendees_full_info%%</span>: <?php _e('Full Attendee info such as booking form data, name, email etc.', 'mec'); ?></li> <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'mec'); ?></li> </ul> </div> </div> <div id="booking_reminder" class="mec-options-fields"> <h4 class="mec-form-subtitle"><?php _e('Booking Reminder', 'mec'); ?></h4> <div class="mec-form-row"> <label> <input type="hidden" name="mec[notifications][booking_reminder][status]" value="0" /> <input onchange="jQuery('#mec_notification_booking_reminder_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][booking_reminder][status]" <?php if(isset($notifications['booking_reminder']) and $notifications['booking_reminder']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable booking reminder notification', 'mec'); ?> </label> </div> <div id="mec_notification_booking_reminder_container_toggle" class="<?php if((isset($notifications['booking_reminder']) and !$notifications['booking_reminder']['status']) or !isset($notifications['booking_reminder'])) echo 'mec-util-hidden'; ?>"> <div class="mec-form-row"> <?php $cron = MEC_ABSPATH.'app'.DS.'crons'.DS.'booking-reminder.php'; ?> <p class="mec-col-12"><strong><?php _e('Important Note', 'mec'); ?>: </strong><?php echo sprintf(__("Set a cronjob to call %s file once per day otherwise it won't send the reminders. Please note that you should call this file %s otherwise it may send the reminders multiple times.", 'mec'), '<code>'.$cron.'</code>', '<strong>'.__('only once per day', 'mec').'</strong>'); ?></p> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_reminder_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][booking_reminder][subject]" id="mec_notifications_booking_reminder_subject" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['subject'])) ? stripslashes($notifications['booking_reminder']['subject']) : ''); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_reminder_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][booking_reminder][recipients]" id="mec_notifications_booking_reminder_recipients" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['recipients'])) ? $notifications['booking_reminder']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_reminder_days"><?php _e('Days', 'mec'); ?></label> <input type="text" name="mec[notifications][booking_reminder][days]" id="mec_notifications_booking_reminder_days" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['days'])) ? $notifications['booking_reminder']['days'] : '1,3,7'); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <label for="mec_notifications_booking_reminder_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['booking_reminder']) ? stripslashes($notifications['booking_reminder']['content']) : ''), 'mec_notifications_booking_reminder_content', array('textarea_name'=>'mec[notifications][booking_reminder][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'mec'); ?></li> <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'mec'); ?></li> <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'mec'); ?></li> <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'mec'); ?></li> <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'mec'); ?></li> <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%event_title%%</span>: <?php _e('Event title', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Event link', 'mec'); ?></li> <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'mec'); ?></li> <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'mec'); ?></li> <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'mec'); ?></li> <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'mec'); ?></li> <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'mec'); ?></li> <li><span>%%cancellation_link%%</span>: <?php _e('Booking cancellation link.', 'mec'); ?></li> <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'mec'); ?></li> <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'mec'); ?></li> <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'mec'); ?></li> <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'mec'); ?></li> <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'mec'); ?></li> <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'mec'); ?></li> </ul> </div> </div> <?php endif; ?> <div id="new_event" class="mec-options-fields <?php if(isset($this->settings['booking_status']) and $this->settings['booking_status'] == 0) echo 'active'; ?>"> <h4 class="mec-form-subtitle"><?php _e('New Event', 'mec'); ?></h4> <div class="mec-form-row"> <label> <input type="hidden" name="mec[notifications][new_event][status]" value="0" /> <input onchange="jQuery('#mec_notification_new_event_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][new_event][status]" <?php if(isset($notifications['new_event']['status']) and $notifications['new_event']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable new event notification', 'mec'); ?> </label> </div> <div id="mec_notification_new_event_container_toggle" class="<?php if((isset($notifications['new_event']) and !$notifications['new_event']['status']) or !isset($notifications['new_event'])) echo 'mec-util-hidden'; ?>"> <p class="description"><?php _e('It sends after adding a new event from frontend event submission or from website backend.', 'mec'); ?></p> <div class="mec-form-row"> <label for="mec_notifications_new_event_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][new_event][subject]" id="mec_notifications_new_event_subject" value="<?php echo (isset($notifications['new_event']['subject']) ? stripslashes($notifications['new_event']['subject']) : ''); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_new_event_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][new_event][recipients]" id="mec_notifications_new_event_recipients" value="<?php echo (isset($notifications['new_event']['recipients']) ? $notifications['new_event']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <label for="mec_notifications_new_event_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['new_event']) ? stripslashes($notifications['new_event']['content']) : ''), 'mec_notifications_new_event_content', array('textarea_name'=>'mec[notifications][new_event][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%event_title%%</span>: <?php _e('Title of event', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Link of event', 'mec'); ?></li> <li><span>%%event_status%%</span>: <?php _e('Status of event', 'mec'); ?></li> <li><span>%%event_note%%</span>: <?php _e('Event Note', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%admin_link%%</span>: <?php _e('Admin events management link.', 'mec'); ?></li> </ul> </div> </div> <!-- MEC Event Published --> <div id="user_event_publishing" class="mec-options-fields <?php if(isset($this->settings['booking_status']) and $this->settings['booking_status'] == 0) echo 'active'; ?>"> <h4 class="mec-form-subtitle"><?php _e('User Event Publishing', 'mec'); ?></h4> <div class="mec-form-row"> <label> <input type="hidden" name="mec[notifications][user_event_publishing][status]" value="0" /> <input onchange="jQuery('#mec_notification_user_event_publishing_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][user_event_publishing][status]" <?php if(isset($notifications['user_event_publishing']['status']) and $notifications['user_event_publishing']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable user event publishing notification', 'mec'); ?> </label> </div> <div id="mec_notification_user_event_publishing_container_toggle" class="<?php if((isset($notifications['user_event_publishing']) and !$notifications['user_event_publishing']['status']) or !isset($notifications['user_event_publishing'])) echo 'mec-util-hidden'; ?>"> <p class="description"><?php _e('It sends after published a new event from frontend event submission or from website backend.', 'mec'); ?></p> <div class="mec-form-row"> <label for="mec_notifications_user_event_publishing_subject"><?php _e('Email Subject', 'mec'); ?></label> <input type="text" name="mec[notifications][user_event_publishing][subject]" id="mec_notifications_user_event_publishing_subject" value="<?php echo (isset($notifications['user_event_publishing']['subject']) ? stripslashes($notifications['user_event_publishing']['subject']) : ''); ?>" /> </div> <div class="mec-form-row"> <label for="mec_notifications_user_event_publishing_recipients"><?php _e('Custom Recipients', 'mec'); ?></label> <input type="text" name="mec[notifications][user_event_publishing][recipients]" id="mec_notifications_user_event_publishing_recipients" value="<?php echo (isset($notifications['user_event_publishing']['recipients']) ? $notifications['user_event_publishing']['recipients'] : ''); ?>" /> <span class="mec-tooltip"> <div class="box top"> <h5 class="title"><?php _e('Custom Recipients', 'mec'); ?></h5> <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'mec'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'mec'); ?></a></p></div> </div> <i title="" class="dashicons-before dashicons-editor-help"></i> </span> </div> <div class="mec-form-row"> <label for="mec_notifications_user_event_publishing_content"><?php _e('Email Content', 'mec'); ?></label> <?php wp_editor((isset($notifications['user_event_publishing']) ? stripslashes($notifications['user_event_publishing']['content']) : ''), 'mec_notifications_user_event_publishing_content', array('textarea_name'=>'mec[notifications][user_event_publishing][content]')); ?> </div> <p class="description"><?php _e('You can use following placeholders', 'mec'); ?></p> <ul> <li><span>%%event_title%%</span>: <?php _e('Title of event', 'mec'); ?></li> <li><span>%%event_link%%</span>: <?php _e('Link of event', 'mec'); ?></li> <li><span>%%event_status%%</span>: <?php _e('Status of event', 'mec'); ?></li> <li><span>%%event_note%%</span>: <?php _e('Event Note', 'mec'); ?></li> <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'mec'); ?></li> <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'mec'); ?></li> <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'mec'); ?></li> <li><span>%%admin_link%%</span>: <?php _e('Admin events management link.', 'mec'); ?></li> </ul> </div> </div> <!-- </ul> --> <div class="mec-options-fields"> <?php wp_nonce_field('mec_options_form'); ?> <button style="display: none;" id="mec_notifications_form_button" class="button button-primary mec-button-primary" type="submit"><?php _e('Save Changes', 'mec'); ?></button> </div> </form> </div> </div> </div> </div> <div id="wns-be-footer"> <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'mec'); ?></a> </div> </div> <script type="text/javascript"> jQuery(document).ready(function() { jQuery(".dpr-save-btn").on('click', function(event) { event.preventDefault(); jQuery("#mec_notifications_form_button").trigger('click'); }); }); jQuery("#mec_notifications_form").on('submit', function(event) { event.preventDefault(); jQuery("#mec_notifications_booking_notification_content-html").click(); jQuery("#mec_notifications_booking_notification_content-tmce").click(); jQuery("#mec_notifications_email_verification_content-html").click(); jQuery("#mec_notifications_email_verification_content-tmce").click(); jQuery("#mec_notifications_booking_confirmation_content-html").click(); jQuery("#mec_notifications_booking_confirmation_content-tmce").click(); jQuery("#mec_notifications_admin_notification_content-html").click(); jQuery("#mec_notifications_admin_notification_content-tmce").click(); jQuery("#mec_notifications_booking_reminder_content-html").click(); jQuery("#mec_notifications_booking_reminder_content-tmce").click(); jQuery("#mec_notifications_new_event_content-html").click(); jQuery("#mec_notifications_new_event_content-tmce").click(); }); </script> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('.WnTabLinks').each(function() { var ContentId = jQuery(this).attr('data-id'); jQuery(this).click(function() { jQuery('.pr-be-group-menu-li').removeClass('active'); jQuery(this).parent().addClass('active'); jQuery(".mec-options-fields").hide(); jQuery(".mec-options-fields").removeClass('active'); jQuery("#"+ContentId+"").show(); jQuery("#"+ContentId+"").addClass('active'); jQuery('html, body').animate({ scrollTop: jQuery("#"+ContentId+"").offset().top - 140 }, 300); }); var hash = window.location.hash.replace('#', ''); jQuery('[data-id="'+hash+'"]').trigger('click'); }); jQuery(".wns-be-sidebar .pr-be-group-menu-li").on('click', function(event) { jQuery(".wns-be-sidebar .pr-be-group-menu-li").removeClass('active'); jQuery(this).addClass('active'); }); }); jQuery("#mec_notifications_form").on('submit', function(event) { event.preventDefault(); // Add loading Class to the button jQuery(".dpr-save-btn").addClass('loading').text("<?php echo esc_js(esc_attr__('Saved', 'mec')); ?>"); jQuery('<div class="wns-saved-settings"><?php echo esc_js(esc_attr__('Settings Saved!', 'mec')); ?></div>').insertBefore('#wns-be-content'); if(jQuery(".mec-purchase-verify").text() != '<?php echo esc_js(esc_attr__('Verified', 'mec')); ?>') { jQuery(".mec-purchase-verify").text("<?php echo esc_js(esc_attr__('Checking ...', 'mec')); ?>"); } var settings = jQuery("#mec_notifications_form").serialize(); jQuery.ajax( { type: "POST", url: ajaxurl, data: "action=mec_save_settings&"+settings, beforeSend: function () { jQuery('.wns-be-main').append('<div class="mec-loarder-wrap mec-settings-loader"><div class="mec-loarder"><div></div><div></div><div></div></div></div>'); }, success: function(data) { // Remove the loading Class to the button setTimeout(function() { jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'mec')); ?>"); jQuery('.wns-saved-settings').remove(); jQuery('.mec-loarder-wrap').remove(); if(jQuery(".mec-purchase-verify").text() != '<?php echo esc_js(esc_attr__('Verified', 'mec')); ?>') { jQuery(".mec-purchase-verify").text("<?php echo esc_js(esc_attr__('Please Refresh Page', 'mec')); ?>"); } }, 1000); }, error: function(jqXHR, textStatus, errorThrown) { // Remove the loading Class to the button setTimeout(function() { jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'mec')); ?>"); jQuery('.wns-saved-settings').remove(); jQuery('.mec-loarder-wrap').remove(); }, 1000); } }); }); </script>
[+]
..
[-] notifications.php
[edit]
[-] gateways.php
[edit]
[-] booking.php
[edit]
[-] styling.php
[edit]
[-] styles.php
[edit]
[-] messages.php
[edit]
[-] single.php
[edit]
[-] support-page.php
[edit]
[-] index.html
[edit]
[-] regform.php
[edit]
[-] dyncss.php
[edit]
[-] settings.php
[edit]
[-] modules.php
[edit]
[-] ie.php
[edit]
[+]
webfonts
[-] dashboard.php
[edit]
[-] support.php
[edit]
[-] addons.php
[edit]
[+]
meta_boxes