Edit Appointment Page

Issue #48 resolved
johannesmutter created an issue

I get the following error for post.php?post=0001&action=edit

Uncaught ReferenceError: wc_appointment_form_params is not defined:

$( '.date-picker-field' ).datepicker({
dateFormat: 'yy-mm-dd',
numberOfMonths: 1,
showButtonPanel: true,
closeText: wc_appointment_form_params.closeText,

Comments (2)

  1. johannesmutter reporter

    This problem seems to be caused by Advanced Custom Fields. disabling the plugin removes this error.

  2. Log in to comment