Thread Starter
dim795
(@dim795)
Himself asked, himself and the answer found )
/wp-content/plugins/woo-wallet/templates/wc-endpoint-wallet.php
<input type="number" step="10" min="<?php echo $min_amount; ?>" max="<?php echo $max_amount; ?>" name="woo_wallet_balance_to_add" id="woo_wallet_balance_to_add" class="woo-wallet-balance-to-add" required="" />
change: step=”10″
Thread Starter
dim795
(@dim795)
Hi,
I’m sorry, I don’t understand.
Show in pictures )
I have one user role to choose from: https://ibb.co/qJ1zfQK
There are many different user roles on the site: https://ibb.co/wz0Wppr
If I manually prescribe the role of the user, the registration occurs, but the role is not assigned: https://ibb.co/p67KMnw
This plugin: https://ww.wp.xz.cn/plugins/user-registration/ perfectly sees all user roles and works great. But I would like to use the plugin listed above, but here it sees only one user role: subscriber.
Tell me what I’m doing wrong?