Hi,
It’s possible to set required the select for choose the employer during the booking form?
I can edit some php file if needed.
]]>Hi,
congratulation for the awesome plugin!
one question, can i show the customer name (or, better all the customer info) inside the calendar page without click on the single booking? Is perfect if i can show the customer’s info instead of the emplyee
Thanks
]]>I am using the website as default language in English and the appointment form is working fine but when I use the translator on the website, there is an issue. There is no service or other field show.
website url: https://www.sunshinehospitals.co.mz/ where the issue is coming.
Please see screenshort:
<a href=”https://ibb.co/G7gSCmW
“>https://ibb.co/G7gSCmW
https://ibb.co/CvYjsrB
Hello Support Team,
I am currently in consultation with a customer who would like to use your plugin. A question has now arisen.
Is this possible in the backend of the premium version or do you have to cancel service A and create service B from scratch?
Best regards
K. Hoell
I cannot guess how can I set different services for the same employee depending on the location.
Thanks for your help.
]]>Hi – is there a way to display unavailable slots (like the buttons on the slot grid but greyed out and inactive)? Some of your screenshots appear to show this should be the case but the appointment wizard widget only displays available slots. How to change the display to show all of the slots? Thanks.
]]>I’m trying to create a booking page for a tiny but 24 hour gym. Would LIKE to get the pro subscription so we can take payments online, but only if this issue can be resolved.
i don’t want to show price for customers, they will pay at the clinic.
]]>Hi
having an issue getting notifications set up, would love some help
this is the error
Call to undefined method MotoPress\Appointment\Emails\Notification\NotificationEmail::setBooking()
thanks
Hi,
When I try to click Reserve, nothing happens. On the Console window I see this error:
Uncaught TypeError: Cannot read properties of undefined (reading ‘isValidNumber’)
at ve.isValidPhone (public.min.js?ver=1.19.0:1:54589)
at ve.isValidInput (public.min.js?ver=1.19.0:1:54370)
at ve.submit (public.min.js?ver=1.19.0:1:38339)
at HTMLButtonElement.dispatch (jquery.min.js?ver=3.7.0:2:39997)
at v.handle (jquery.min.js?ver=3.7.0:2:37968)
When I am on the last page to book an appointment, the form is not sent.
I use Worpress 6.2.2 and Picostrap as theme. It worked when I set it up, only just before the page is published the appointment registration runs to the second to last page and doesn’t do the last step.
When I look in the browser I see that no Ajax Call is called and nothing else is shown in the console.
In the javascript file public.min.js the submit method is registered on the button, but the next step is not called.
Here is the section from the JS file.
submit(e) {
if (void 0 !== e && e.stopPropagation(), !this.isActive || !this.isValidInput()) return;
this.disable();
let t = this.maybeSubmit();
null == t ? this.triggerNext() : 'object' != typeof t ? t ? this.triggerNext() : this.cancelSubmission() : t.then(this.triggerNext.bind(this), this.cancelSubmission.bind(this))
}
maybeSubmit() {
}
cancelSubmission() {
this.enable(),
this.react()
}
triggerBack() {
this.$element.trigger('mpa_booking_step_back', {
step: this.stepId
})
}
triggerNext() {
this.$element.trigger('mpa_booking_step_next', {
step: this.stepId
})
}
I have disabled all plugins to avoid interaction with another plugin?
Are there any compatibility issues with WordPress 6.2.2?
Can someone help me understand or solve the problem?
]]>i just came through plugin and i was just testing it but Buffer Time Before Buffer Time After both fail to work.
as shown in picture above i want appointment to be 1hr and after each appointment there should be gap of 30min which means 8am-9am, 9:30am-10:30am, 11am-12am,12:30am-1:30am but buffer time doesnt work at all, and why buffer time is strict to 30minutes min why cant we go below 30min like 20min,15min,10min
]]>On step section “mpa-booking-step-checkout”,
the reservation button don’t submit the form on click.