bunower
Forum Replies Created
-
Hey, es ist ein kompletter custom frontend der über die Store-Api mit dem Shop kommuniziert.
Ja beim normalen, checkout bekomme ich die Benachrichtigung.
Auch beim wechsel von pending auf processing wird keine rausgeschickt.
Wenn ich aber germanized deaktiviere dann geht es.
Die Bestellungen die über die Store-API kommen haben $order->get_created_via() als Wert ‘store-api’
Wie gesagt ich glaube die Abfrage ist das Problem.
Ich habe mir eine Eigene Action geschrieben um das Problem zu umgehen.
add_action(‘woocommerce_new_order’, [self::class, ‘yh_send_admin_notification’], 10, 1);Same here, i can confirm, it work when you remove search form.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Makes WordPress to timeout 504So as figured out the Problem is in the plugin itself, after digging into it, paypal said the Paypal api url is NOT https://api.paypal.com. Instead i should try this URL
https://api-m.paypal.com.
After changing the url in plugin, it worked fine.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Makes WordPress to timeout 504Additional informations i found out.
I simply was able to disconnect the account, and the page was loading well. After reconnect or trying to reconnect the account it was not working anymore. Somehow it cant connect to paypal and then it is it hast the above mentioned problem. even through the wizardForum: Plugins
In reply to: [WooCommerce] Prices does not show including taxNo conlcits.
It was a Problem with an update of woocommerce, where woocommerce resettet the store country.
After i set the country correctly everything worked fine.Forum: Plugins
In reply to: [Cyclone Slider] Can't change Width Management from Responsive in 2.10.6Same here.