4 : fixed. Thanks once again for pointing this out.
https://prnt.sc/szrufm
https://prnt.sc/szru3u
3 . Fixed. Thanks once again for pointing out. It was a minor error. This issue was not there in intial versions of WPLMS Appointments.
video : before after :
https://drive.google.com/file/d/1Ae80Yc3DzCbsMECT1epE3uVnAKnDi_sZ/view?usp=sharing
>> 2. This depends on plugin execution sequence. I will need to check it with Custom Course Nav.
https://prnt.sc/szs0i8
you can use this code to hide the schedule pricing.
add_filter('wplms_appointments_course_pricing_options',function($pricing_options){
foreach($pricing_options as $key => $option){
if($option['id']== 'vibe_wplms_appointment_booking_schedule_price'){
unset($pricing_options[$key]);
}
}
return $pricing_options;
},9);
-> Instructor courses bug fixed (typo bug)
before:
https://prnt.sc/szskct
After :
https://prnt.sc/szsjz9
Point d is not clear what you're trying to do , I think it is connected to a,b,c which we resolved already.
We are releasing appointments update, make sure you clear all the browser caches , although we force reset it but there is still a chance browser caches.
The appointments is being rebuilt for 4.0 because the react calendar we used in not portable to latest react versions.
Check out our calendar function in wplms 4.0 .
We approved your refund request on themeforest.
This reply has been marked as private.
sharing the video of the last issue resolved.
Setting up on your site.
Appointments is setup and reported bug verified. Let me know if I missed anything.
https://drive.google.com/file/d/1SiTYFo_5VYnmXX0cos31zD1YSk_dchO3/view?usp=sharing
Setting up other plugins.
What should I believe when you say that everything is fine, but you send a different video?
No. It's not working, My schedules disappear and even the schedules populated by you are full of bugs (ie. slot [19] 01:00 - 00:30)
https://screencast-o-matic.com/watch/cY1bf9CB7y
Now I downloaded and saw the video from you (https://drive.google.com/file/d/1SiTYFo_5VYnmXX0cos31zD1YSk_dchO3/view?usp=sharing) because initialy google shows that is not ready.
Anyhow, you should see in your test that dates and times selected by you are different than the ones displayed on page after saving. Also, you deleted the appointment from the course, but the slots are still there for the student,
Do you think that domo10 could be the issue?
Oh no, the video was contiguous, I stopped the video in between because the time zone was changed, so the appointments created were in Indian timezone.
I will check your site now and see if the issues still persist.