@heliodm hi I had the same problem, use the plugin for WordPress version 1.3
@leaflay & @heliodm,
Kindly use our recommended settings as
WordPress 5.6
WooCommerce 4.9.2
Moowoodle 3.0
Moodle 3.10.1+
Moowoodle 2.1 2021010900
Then, set the Moodle user password policy as default and check the flow again.
Good morning, published all versions and are in accordance with the recommendations. But I still have the same problem. I can buy the course through woocommerce, make the payment, when I release the order, on the screen of my account of the user who bought it appears the username and password that would be the moodle, but when I log in it says it does not exist.
@heliodm,
Can you please login as admin and check whether the user is already there or not on Moodle side.
I made the admin access in moodle and there is no user registration.
Hello,
I have the same problem, perform all the installation steps, but I cannot subscribe it.
I even did different test environments with different versions (also with the recommended one) But I am not successful.
@heliodm did you find the solution?
Thanks
I found a solution for me. The problem was the language code (greek/el). Now i forced it to english and it’s fine
function moowoodle_force_set_language($user_data){
$user_data['lang']='en';
return $user_data;
}
add_filter('moowoodle_moodle_users_data', 'moowoodle_force_set_language' );
where did you enter this code?
@sociality how can I do this?