@jrtacazily,
Please use below code snippet to themes function.php file to restrict auto credit for COD payments.
add_filter('woocommerce_cod_process_payment_order_status', 'woocommerce_cod_process_payment_order_status_callback', 10, 2);
function woocommerce_cod_process_payment_order_status_callback($status, $order){
if(function_exists('is_wallet_rechargeable_order') && is_wallet_rechargeable_order($order)){
return 'on-hold';
}
return $status;
}
Thanks and Regards,
Subrata Mal
woww, thanks sir its working.. 🙂
@jrtacazily,
Could you please consider posting a review of our plugin? In addition to providing feedback, reviews can help other users to know who we are and what our plugin does.
Cheers!!!
Your plugin is so much to help me, because the simplicity but powerfull.
Can I ask you again? how to make woocommerce endpoints for this woo wallet ? because I use plugin “WP Mobile Menu” and woo wallet not show the menu Primary Menu, Vertical Menu, or Mobile Menu, and I have already to tick checkbox on woo wallet settings “Mini wallet display location”.
I think if woo wallet have the woocommerce endpoints, it can be show up on the Appearance -> Menus. thanks so much to help me..
-
This reply was modified 8 years, 1 month ago by
jrtacazily.
-
This reply was modified 8 years, 1 month ago by
jrtacazily.
public function endpoint_content() {
echo '<p>Hello World!</p>';
}
I think in this section must change the code, but I dont know..hehe
@jrtacazily,
Please use our GitHub version we have added this functionality there.
Could you please consider posting a review of our plugin? In addition to providing feedback, reviews can help other users to know who we are and what our plugin does.
Cheers!!!
Woww, its working like a magic sir… :))
but how to make the value of deposit/balance is showing like the desktop web version ?
thanks alot for your superfast respons…hehe