claudiaiw
Forum Replies Created
-
Hi,
thanks, had a look on the contributions page and saw that you already changed the label yesterday.
I will pick some other and translate them, the plugin is for free and I’m happy if I can give something back.
ClaudiaForum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] No mails sentHi,
we have another client with the same problem, do you have an idea when the update will be published?
Or can you send us a patch?
regards
ClaudiaForum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] No mails sentThat sounds great, we are curious!
Simply because I don’t have direct contact to the author of the checklist and I thought you would know what that means…
I was hoping you know what that means ??
Found via google:
Whitelist validation is?the practice of only accepting input that is known to be good. This can involve validating compliance with the expected type, length or size, numeric range, or other format standards before accepting the input for further processing.https://www.sciencedirect.com/topics/computer-science/input-validation
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] No mails sentGermanized 3.11.3
WooCommerce 7.3.0
WP Core 6.1.1Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] No mails sentHi,
when I change the status to completed /abgeschlossen then the mail is sent.
We use germanized plugin, as far as I can see no other plugin is handling mails (except Mailpoet, but don’t think thats relevant in this case).
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Error on Paypal paymentHi,
got the same problem, I assume that this new “Remove line item” option makes this snippet unnecessary:
https://gist.github.com/webtoffee-git/d60b3cf45d8f3cab86b8e8ed8db9ab3cAm I right?
regards
Claudiasame here, the older 5.6.4 fixes it
Forum: Plugins
In reply to: [The Events Calendar] Translation problem for “list” and “month”The update works for me too, now list and month are correctly translated to german
Forum: Plugins
In reply to: [The Events Calendar] Event Search List Month Day brokenHi Geoff,
thanks for the info!
Today the month and day switches are correct, strange.
My admin user was already set to the same language as the site.Nevermind, now it seems to work and if you solve this problem which occurs from time to time, everythings fine.
Regards
ClaudiaForum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Checkout descriptionHi,
we have the same problem with the latest version, shouldn’t this be solved?
Regards
ClaudiaHi Sumit,
our problem is solved, when we moved everything from staging to live the mails were sent.
My admin told me that the reason was the smtp settings, but I wonder why other mails were nevertheless sent…Anyway, I mark this as resolved.
Thanks for the support.Claudia
Hi Sumit,
what exactly should they check?
The problem is that the plugin does not create any mail, we have analysed this with the mail log.
Other plugins do generate mails and they are sent…Regards
ClaudiaHi,
we changed it to isset and then it worked:
<?php foreach( $attributes['rezension'] as $inner ){ ?> <?php if ( isset($inner['link']) and ($inner['link'] == true ) : ?> Button <?php endif; ?> <?php } ?>
regards
Claudia