Schweizer Solutions GmbH
Forum Replies Created
-
Hi @niklasinpsyde,
this behavior only occurs when it is a subscription product. Therefore, you need to keep the WooCommerce Subscriptions plugin active as well.
Have you tried creating a subscription product and creating a percentage 100% code in the coupons?
We also only have two payment methods running through Mollie for subscriptions active in use. The others are all disabled in the settings. Maybe the combination of active payment methods is a cause?
On staging we tested it as you described: Disable all plugins except WooCommerce, WooCommerce Subscriptions and Mollie. We have also enabled the twentytwentyone theme. Still the same behavior.
Hi @niklasinpsyde,
sorry, that we’ve missed to give you more information.
Screenshot Checkout: https://www.dropbox.com/s/wostk4006ta109p/Checkout.png?dl=0
You will see a subscription product in the checkout, with a 100% coupon applied. This makes the first amount due 0€. In the next month, the 29€ / month are due again.
Below left you see the payment methods. The first three are correct: SOFORT-Banking, PayPal, credit card. All other payment methods are disabled in the settings. As you can see in this screenshot: https://www.dropbox.com/s/4ne7pmbvh5h16xz/Payment%20Methods%20Settings.png?dl=0
Hi Niklas,
great, thank you very much! Now we understand it.
Forum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] Backend popupWenn das Popup erscheint, dann ist unten rechts ein Link. Dadurch wird dieser für immer deaktiviert und nicht mehr angezeigt. Wurde dieser Link schon mal geklickt?
Hi @danielrufde,
thank you for this, we will check and fix this in the next release.
Forum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] PHP 8Hi Ralf,
thank you for this information. We will bring an update with PHP 8 support.
Forum: Plugins
In reply to: [WP Remote Users Sync] It’s not workingHi @frogerme
No the issue isn’t occur with 2 fresh installs of WordPress.
Forum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] Incompatible with PHP 7.3.14?Hi,
the problem was a wrong translation. The MySQL version was not the required, in the translation we had a typo and wrote PHP instead of MySQL.
Please try it and let us know if this fixed your problem.
Bitte einmal die neue Version testen, wo wir paar Fehler behoben haben.
Hi,
bitte einmal auf die Seite gehen, wo die Einstellungen von diesem Plugin vorzufinden sind, und dann auf den Button “Änderungen speichern” klicken. Dann sollte die Meldung verschwinden.
Ist dies nicht der Fall, dann gibt es nur drei Möglichkeiten:
1. Das Plugin ist ggf. nicht auf dem neusten Stand und sollte Aktualisiert werden.
2. Bei den Einstellungen von dem Plugin kann beim Punkt “Status check” der Haken gesetzt werden, dass diese Meldung unterdrückt wird. Dadurch verschwindet diese Meldung.
3. Wir könnten Zugang zur WordPress-Installation erhalten um dem Problem auf die Schliche zu kommen 🙂Forum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] Incompatible with PHP 7.3.14?Hi,
can you please send us your PHP version?
Please put this URL, if your are loggedin as an admin, into your browser and don’t forget to replace “example.org” with your domain:
example.org/wp-admin/site-health.php?tab=debugThere you have to open the “Server” tab to see your PHP-Version. Can you please copy & paste it here?
Thank you.
Okay, great thank you for your help. We’ll fix it for the upcomig version which should be released this week 😉
Forum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] Plugin does not workHi,
leider ist es etwas her und ich kann das nicht mehr testen.
Falls Du ein Plugin für das Caching verwendest, dann deaktiviere dies bitte einmal und versuche es noch einmal.
Hey, thank you for reporting.
I’m not sure what kind of problems you have with ACF and our plugin. But I think that ACF does not execute the shortcode by itself.
Did you have tried someting like that?
if ( get_field('FIELDNAME') ) { echo do_shortcode( get_field('FIELDNAME') ); }Hi @tyrannous,
yes, you are right. We have implemented your suggestion and will release it in the next update.
The code will be:
$json_data = GAOO_Utils::get_json(); if ( ! empty( $json_data ) ) { wp_localize_script( 'gaoo-public', 'gaoo_data', $json_data ); wp_enqueue_script( 'gaoo-public' ); }Thank you 🙂