auto enrollment on different order status
-
I have a plugin that allows sudents to pay in installments. this plugin adds a new woocommerce order status, “partial payment”. right now tutor lms auto enrolls students only when the woocommerce order is “completed”.
I don’t think i see any tutor lms hooks I can act upon, so I probably have to edit the plugin’s code directly.
I found the funtionenrolled_courses_status_change( $order_id, $status_from, $status_to )
Should I be editing this? i guess i’d have to modify more functions, can someone point them out?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘auto enrollment on different order status’ is closed to new replies.