joykingwar
Forum Replies Created
-
Thanks. After a quick test, I’ve sent some issues I was able to identify so far to [email protected].
That’s exactly what I needed, let me place an order.
Thanks!
Hello,
Thanks for following up on this feature. Is it possible to get a demo or another video showcasing the integration of this feature with a TutorLMS instructor profile?
Thanks for the demo video. But my case is that I have multiple TutorLMS instructors who don’t have access to the wordpress backend dashboard to create meetings, they can only create courses/lessons using the TutorLMS front-end dashboard. I can see they can use the icon on the editor to select the already-created meetings by the Admin who has access to the back-end, but that means if they all select the same meeting ID from the list of meetings, they will join the same meeting from different lessons of different courses.
I want them to be able to create their own separate meetings from the front-end each, so that they can determine everything about their own meeting i.e. start date/time etc… without the Admin having to set-up meetings for everyone to be able to appear on the drop-down list of meetings. That would also mean, once an instructor creates their own course meeting, only they would be able to see it from the drop-down selection, it shouldn’t appear on the drop-down of other instructors.
This might be achieved by allowing the auto-creation of different meetings based on lesson titles, or providing a front-end page allowing instructors to create & manage their own LIVE meetings.
Let me know if that’s possible to achieve with this plugin: multiple-instructors creating their own private meetings without access to wp back-end & without involving the Admin.
Thanks for the clarification. Do you have a link where I can demo this? your plugin working with TutorLMS. Or a screenshot/screencast where I can see it in action before making a purchase.
- This reply was modified 1 month, 3 weeks ago by joykingwar.
I’ve used the filter
add_filter( 'dokan_ensure_vendor_coupon', '__return_false' );
and it works well for me. However I don’t want the Admin-created Coupons to affect Vendor Earnings. That means If Admin creates coupon, it should work, however the Vendor earnings should be calculated based on the initial price before the discount was applied, not on the discounted Total. That way I can run Admin-generated coupons for my customers, and the vendor will get their Money in dashboard as if no discount occurred.