dspaete
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] qTranslate-X KompatibilitätJo, danke. qTranslate hakt sich in die __() ein. M.E. braucht Ihr Euch darum nicht kümmern. Ich schreibe nur noch drei weitere Filter (Fehlermeldung Checkbox bei digitalen Gütern, E-Mail-Hinweise für digitale Güter & Services) rein für den Fall, dass jemand ein ähnliches Problem hat:
add_filter('woocommerce_gzd_legal_checkbox_download_error_text', function ($error_text, $obj) { return __($error_text); }, 99, 2); add_filter('woocommerce_gzd_legal_digital_email_text', function ($text) { return __($text); }, 99, 1); add_filter('woocommerce_gzd_legal_service_email_text', function ($text) { return __($text); }, 99, 1);Danke. Das wäre schon spannend, aber ich habe leider nur einen einzigen Kunden, der Germanized einsetzt und das ohne Subscriptions. Die Leute wissen einfach nicht, was gut ist… vielleicht später mal.
You’re right, it’s better this way. Thank you very much!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Kompatibilität mit WooCommerce 3.2Stimmt, besten Dank! Toller Support!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Kompatibilität mit WooCommerce 3.2Dann interpretiere ich “kompatibel” mal so, dass in Version 1.9.5 schon noch der seit WooCommerce 3.2 veraltete, direkte Zugriff auf z.B. WC_Cart->fees oder WC_Cart->taxes erfolgt (ich bin in der /woocommerce-germanized/includes/class-wc-gzd-checkout.php) statt über die Getters und Setters, die Ursache eines Fatal Errors im Checkout aber wohl nicht im Zusammenspiel WooCommerce/Germanized zu suchen ist.
May it’s the same problem of enqueuing scripts and/or styles where they shouldn’t be enqueued. In addition to the background image SNAP now manipulates a datepicker in my WooCommerce order details page which makes me unable to handle any orders. For now, I have to disable the plugin.
Hi hi,
this is still an issue in version 5.2
PHP Notice: Undefined index: REQUEST_METHOD in ./wp-content/plugins/wp-cerber/wp-cerber.php on line 1249
PHP Notice: Undefined index: REQUEST_METHOD in ./wp-content/plugins/wp-cerber/wp-cerber.php on line 1258Yes, that’s what I meant. Thank you very much!
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] 404 error on subscriptionHi Stefano,
it’s in /wp-content/plugins/newsletter/subscription/subscription.php line 1852. Maybe it has to be kept due to backwards compatibility. As I said: It’s not a big problem and using custom forms instead provides more flexibility on the top. I just wanted to help others who might have the same problem.
Cheers, Dominik