abreex
Forum Replies Created
-
“I accidentally deleted the email where you asked for my details. Could you please send that email again with the details you need?”
“A user is able to request cash without providing bank details, which is incorrect. I want to ensure that a cash request cannot be made until the user has saved their bank details. How can this be done?
“This CSS is not working. However, I found a solution; I went into the plugin files and deleted 2 rows from the table that were not necessary.”
Thanks for your quick response
add_filter( 'mycred_cashcred_bank_transfer_fields', 'modify_cashcred_bank_transfer_form' );
function modify_cashcred_bank_transfer_form( $gateway_fields ) {
unset( $gateway_fields['ac_code'] );
unset( $gateway_fields['ib_name'] );
unset( $gateway_fields['ro_number'] );
unset( $gateway_fields['sw_code'] );
return return $gateway_fields;
}“your team provided me this snippet which is working well. I am posting it here bcz it can help others as well.”
“But this will only work for the bank details form. It won’t help in making the form mandatory before the cash request.”
“When a user requests cash, their points are not deducted from their account immediately. Points are only deducted from the user’s account when the admin approves the request. However, I want the points to be deducted immediately from the user’s dashboard so that the user cannot use the same points for shopping until the request is approved.”
“Your team does not respond. I have already emailed you before.”
how i raise a ticket
and
“When a user doesn’t have enough points to purchase a product, it shows ‘No payment method available.’ How can I change this message to ‘You do not have enough points’?”