flymke
Forum Replies Created
-
ist raus. Danke!
Hallo, wir haben die gleiche Problematik. V.a. ist das Problem, dass das Plugin “German Market” die PDF’s bereits mit Briefpapier erstellt. Die angehängten PDF’s aus dem IT-Recht Plugin haben auch Briefpapier der IT-Recht-Kanzlei.
Wir würden daher auch gerne die Option haben die Anhänge aus den Bestellbestätigungs-E-Mails zu entfernen.
Wenn es nicht ausversehen geklickt werden soll, wie wäre es mit der Möglichkeit über einen WP-Hook der in die functions.php kommt. Dann kann es auch nicht “aus versehen” passieren dass hier jemand die Funktion deaktiviert.
Danke & LG auch aus MünchenForum: Plugins
In reply to: [Hide Admin Notices] Hidding plugin noticesHi there,
I have the same problem and I have 1.2.2 installed.
The update notices are hidden through CSS:
/hide-admin-notices/assets/css/hide-admin-notices.min.css?ver=1.2.2
body.hidden-admin-notices-active #wpbody-content div.notice:not(.updated) { display:none !important; }Can you check if there is still this issue?
The only way I can go around is to add custom css to show the notices again, but that shouldn’t be the solution. 😉Thank you.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] 15 Minutes Delay in Chat boxHi again, do you have any news on this?
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] 15 Minutes Delay in Chat boxHi there, actually we have tested in on 2 different clients and the client’s local time is correct.
Also it seems odd to me that it’s a difference of 15 minutes (I would say that 1 hour could lead to a different timezone or so). But on both clients (one is even PC, the other one Mac) it’s 15 minutes.
Here’s a screenshot of it: https://imgur.com/a/zQ5RvPhAnything else you could think of?
Thank’s for the quick answer!
Plus thanks for this cool plugin!Thank you! (sorry for not responding, the fix unfortunately didn’t work so we moved the confirmation emails to be triggered on the thank you page, which did the trick for us)
OK I have just fixed it. If anybody else stumbles upon that issue make sure you have set pretty permalinks in WordPress (https://www.isitwp.com/how-to-set-up-pretty-permalinks-in-wordpress/).
Hi, did you ever get this fixed?
I have the same problem.It seems that plugins are not able to inject code in the checkout.
This default hook is missing:<?php do_action( ‘woocommerce_after_checkout_form’, $checkout ); ?>
Hence I’ve added this line to templates/klarna-checkout.php
https://github.com/flymke/klarna-checkout-for-woocommerce/blob/master/templates/klarna-checkout.php (Line 41)
You might want to include
<?php do_action( ‘woocommerce_before_checkout_form’, $checkout ); ?>
as well but in our case we didn’t need to.A side note: I was not able to override the template file in our theme. Not sure if this is intended but we had to edit the plugin directly.
I found out the “WooCommerce Google Analytics Pro” is hooking into
add_action( ‘woocommerce_after_checkout_form’, array( $this, ‘started_checkout’ ) );
(includes/class-sv-wc-tracking-integration.php:151)
Could this some how be blocked?
Hi Michael, ok thank you. I will test it.
For a quick solution we have now unhooked the confirmation emails when the customer places an order and are now sending the confirmation on the thank you page – that seems to work in the meantime.Actually it seems that since we’ve activated Klarna checkout we also get multiple order confirmation emails. For example: I made a test order now, we got 2 order confirmation emails (I think this actually happens everytime now since we’ve enabled Klarna checkout).
Furhter BACS is only displayed in the very last confirmation email. The first order confirmation still shows “Klarna Checkout”.
So actually the problem still exists + we have another problem with multiple emails now. Can you check again?
Thanks for your helpHi Michael, thanks for the quick help. I just tried that but unfortunately the confirmation still holds the wrong payment method 🙁
Can you check again? Thank you!!!
closing topic