Registerd Users Don’t get Enrolled
-
Hi,
I’m using the 1.7 version of tutor lms, My issue is my users don’t get enrolled even if they complete their payment. I’m using woocommerce as my payment gateway. Yes i’ve completed the order manually and tried to replace line 49 and 50 –with this code –
add_action(‘woocommerce_new_order’, array($this, ‘course_placing_order_from_admin’), 10, 1);add_action(‘woocommerce_thankyou’, array($this, ‘course_placing_order_from_customer’), 10, 1);
on the woocommerce.php
I’m in dire need of this solution
Thanks i advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Registerd Users Don’t get Enrolled’ is closed to new replies.