You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a customer using the mollie woocommerce plugin who would like to disable the mollie email (not the woocommerce email) when someone orders their product and pays with a banktransfer. I've been looking at the code and removing the billingEmail from the mollie call should do the trick, I think. But I cannot find the hook I should use to remove it just from this call. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Maybe a bit more explanation. By letting the customer fill in the Billing email the billing email is automatically send to that emailaddress, it seems to be impossible to disable that email. Normally this would not be a problem, but in this particular project the billing email should not be send to the customer because his organisation is the billing participant, and the bills are paid in another way.
I would expect this to be solvable through the usage of some of the hooks or filters available in your plugin, but I have not found anything definitive. Removing the billingEmail from the whole process doesn't seem like a good idea as the client still wants that for profiling etc. But removing and re-adding it seems nigh impossible. Maybe I am looking at the problem wrong and have overlooked something basic.
We have a customer using the mollie woocommerce plugin who would like to disable the mollie email (not the woocommerce email) when someone orders their product and pays with a banktransfer. I've been looking at the code and removing the billingEmail from the mollie call should do the trick, I think. But I cannot find the hook I should use to remove it just from this call. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: