Forum Replies Created
-
AuthorPosts
-
Hi,
Please use the attached code.
add_filter('process_woo_wallet_general_cashback', 'process_woo_wallet_general_cashback_callback', 10, 2); if(!function_exists('process_woo_wallet_general_cashback_callback')){ function process_woo_wallet_general_cashback_callback($is_process, $order){ if(!$order->is_created_via('checkout')){ $is_process = false; } return $is_process; } }
in reply to: How to remove Transactions tab in wallet #5689add_filter('woo_wallet_is_enable_transaction_details', '__return_false');
in reply to: Topup as +10% #5652The customisation cost will be $15.
in reply to: Compatibility #5651@lchalaftris, @richard-ackland Sorry for the delay in response. Both WooCommerce coupon and wallet coupon are separate wallet coupon can only be redeemed at our wallet top-up page.
in reply to: Requirements #5586Yes
in reply to: Topup as +10% #5584For that we have to do some custom code please let us know if you are interested in paid support.
in reply to: mycred -> payout terawallet #5446Yes, It is working please let me know if you have any issue with this code.
in reply to: Top up not working #5266Resolved! Please enable Accepter pour les commandes virtuelles setting in cash on delivery setting to allow wallet top-up.
in reply to: Top up not working #5263Hi,
Could you please share your site admin access details so that we can check?
in reply to: Where to edit ‘You have pending withdrawal’ text? #5184You can change the text using any translator plugin like loco.
in reply to: Issue With TopUp after latest update #5179Hi,
We have updated our plugin to 1.3.13 to resolve this issue please update the plugin and let us know if things are working fine.
Thanks
in reply to: Issue With TopUp after latest update #5175Hi,
Wallet top-up is working fine in our local environment. Please check if you have customise code related to our plugin.
Thanks for reaching out. Yes, we are trying to include wallet usage statistic for admin. This will display details about all transaction in the graphical view.
in reply to: Wallet amount does not change after wallet pop up. #4804Please deactivate the plugin and activate again.
in reply to: email controls #4482use
if (woo_wallet()->wallet->get_wallet_balance( $user->ID, 'edit' ) == 0)
-
AuthorPosts