sheldon66
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] WC + Stripe simple API-connectionThanks Hannah.
I’m pretty sure that this is not a big deal and a developer who is experienced in PHP and Stripe can do it in a few minutes. Maybe there is a chance to help me anyway?
Thanks!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] WC + Stripe simple API-connectionWell, I’m not familiar with PHP but I tried it. It did not work. Would you mind having a look? That’s what I wrote in the functions.php:
function disable_prenotification($method){ $method = "none"; return $method; } add_filter( 'wc_stripe_sepa_mandate_notification ($method)', 'disable_prenotification');Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] WC + Stripe simple API-connectionThanks Thomas for your answer, I did not know this neither the Stripe support told me.
My codeline looks like this now: https://prnt.sc/oh87m6
“none” is the value to tell Stripe not to send an email but unfortunatley, the customer still receives the notification mail. The file is saved.Is it possible that it takes a while until it takes effect?
Forum: Plugins
In reply to: [WooCommerce] Change width of shop with sidebar
Viewing 4 replies - 1 through 4 (of 4 total)