Chaotic appointments and schedules

Home Forums WPLMS AddOns WPLMS Appointments Chaotic appointments and schedules

Viewing 15 posts - 46 through 60 (of 86 total)
  • Author
    Posts
  • #268141
    MrVibe
    Keymaster
    4 : fixed. Thanks once again for pointing this out. https://prnt.sc/szrufm https://prnt.sc/szru3u
    #268142
    MrVibe
    Keymaster
    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
    #268144
    MrVibe
    Keymaster

    >> 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);
    #268157
    MrVibe
    Keymaster
    -> Instructor courses bug fixed (typo bug) before: https://prnt.sc/szskct After : https://prnt.sc/szsjz9
    #268160
    MrVibe
    Keymaster
    Point d is not clear what you're trying to do , I think it is connected to a,b,c which we resolved already.
    #268161
    MrVibe
    Keymaster
    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 .
    #268378
    MrVibe
    Keymaster
    We approved your refund request on themeforest.
    #268414
    adriantudor78
    Participant
    This reply has been marked as private.
    #268695
    MrVibe
    Keymaster
    Working on this.
    #268698
    MrVibe
    Keymaster
    sharing the video of the last issue resolved.

    https://drive.google.com/file/d/1LAvug_rAYSvR7gGCyJFGrMR-egYBzy_-/view?usp=sharing

    Setting up on your site.
    #268701
    MrVibe
    Keymaster
    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.
    #268712
    adriantudor78
    Participant
    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
    #268715
    adriantudor78
    Participant
    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,
    #268720
    adriantudor78
    Participant
    Do you think that domo10 could be the issue?
    #268851
    MrVibe
    Keymaster
    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.
Viewing 15 posts - 46 through 60 (of 86 total)
  • The topic ‘Chaotic appointments and schedules’ is closed to new replies.