Referral credit does not work with Digits plugin
-
I’m using the Digits plugin:
https://codecanyon.net/item/digits-wordpress-mobile-number-signup-and-login/19801105So the user can simply enter their cell phone and if it’s an existing account, log in, otherwise create a new account.
Credit for creating a new account is adding up normally, but credit for referral is not. It doesn’t even count visits.
The “woo_wallet_referral” cookie creates normally, but the credit is not showing up for the referring user, it’s just adding the credit for the user who just created the new account.
With the default installation of WordPress it works, so I believe it is a compatibility issue with the Digits plugin. In contacting the plugin creator he said that his plugin calls all WooCoommerce filters, actions and hooks, so he thinks it’s a problem with TeraWallet and can’t solve my case.
Another compatibility issue is with the plugin:
WooCommerce Conditional Shipping and Payments
https://woocommerce.com/pt-br/products/conditional-shipping-and-payments/Depending on the product, I configured it to not allow the wallet balance to be used (only credit card and paypal). However, the partial payment of TeraWallet appears even when there is a product in the cart that should not accept payment with the wallet balance.
So I had to disable partial payments and it works normally (the wallet only appears when there are allowed products).
add_filter('woo_wallet_disable_partial_payment', '__return_true');
However, I would also like to use partial payment for allowed products, as long as it works correctly and does not allow using it with products that do not accept this payment method.
If you can analyze and test it, I would appreciate it. You can send me a private message if you need the links and files for testing.
The page I need help with: [log in to see the link]
- The topic ‘Referral credit does not work with Digits plugin’ is closed to new replies.