Adrian
Forum Replies Created
-
Leider unver?ndert:
“Normale” Kasse: https://i.imgur.com/q6opaCI.png
order-pay: https://i.imgur.com/axu9JQb.png
Im Grunde wird der Request an PayPal zum Laden des iFrames nicht getriggert
Hallo Andreas,
Deine erste Nachricht hatte ich nicht bekommen (mein Postfach war voll ?? )
* Auch mit 5 Euro klappt es nicht (mit 1 Euro hatte der normale Checkout über die Kasse auch funktioniert, nur halt der order-pay-Endpunkt geht nicht)
Das Problem l?sst sich auch sehr leicht nachstellen:
* WordPress, WooCommerce und PayPal Plus für WooCommerce installieren
* Produkt für 10 Euro anlegen
* PayPal Plus konfigurieren
* Bestellung über Backend erstellen
* Bezahlseite aufrufen -> Geht nichtViele Grü?e,
Adrian
Same here.
Error occurs when saving a post, but only when https://de.www.ads-software.com/plugins/table-of-contents-plus/ is activated.
Forum: Plugins
In reply to: [wpShopGermany Free] Probleme nach Upgrade auf 4Danke für die Hinweise.
Ich melde mich im Forum.
Forum: Plugins
In reply to: [WP Fastest Cache] How to disable cache for query parameters?Okay, still not working in some cases.
I think the following rule for detecting query strings works better, at least it works better in our case.
RewriteCond %{QUERY_STRING} ^$
Forum: Plugins
In reply to: [WP Fastest Cache] How to disable cache for query parameters?Very strange. If I’m not wrong, the cache should be disabled as soon as any query parameter is set.
From htaccess:
RewriteCond %{QUERY_STRING} !.+
As of now, it is working again. I just tweaked an internal redirect rule. Maybe this was the trick.
Old:
add_rewrite_rule('blablab/', ...);
New:
add_rewrite_rule('blablab/.*', ...);
Forum: Plugins
In reply to: [Hide Price Until Login] Check out possibleHave a look at https://woocommercequoteplugin.com
This is great for inquires/quote request.
Hallo Dennis,
Danke für die Antwort. Die zweite Option hilft schon weiter.
Adrian
Forum: Plugins
In reply to: [Secure Custom Fields] ACF and WordPress 5.0 / Gutenberg?@jansesberger Same here. Thanks for the hint to move them after the content.
Forum: Plugins
In reply to: [Transient Cleaner] Really part of 4.9 now?I’ve checked the WordPress code, they really added something.
Forum: Plugins
In reply to: [Transient Cleaner] Really part of 4.9 now?Thank you, didn’t found anything about this.
I think this would have been worth a mention a WordPress changelog.
Adrian
Forum: Plugins
In reply to: [Easy Watermark] Doesn’t workSame here, looking forward to the new version. Hopefully soon.
Looks like this: https://i.imgur.com/VHs2ob4.png
@cckhp You will be able to update the plugin as usual. Settings should be preserved (if you don’t have uninstalled the plugin AND its data ??
Forum: Plugins
In reply to: [2MB Autocode] Plugin installed itself AND activated itself on my siteI was not able to install a plugin, at least this doesn’t seem to be possible with plain WordPress (didn’t found some entry point for this and don’t want to spend hours with this). Maybe you need another plugin for this (WooCommerce??), which provides some mechanism of “anonymous plugin installation”.
But I was able to manipulate my WordPress (as anonymous user). And from the code it should be possible to doooo a lot with this.
Forum: Plugins
In reply to: [2MB Autocode] Plugin installed itself AND activated itself on my siteSeriously hard to contact the authors…
I suggest everyone to disable the plugin for now…