flauridsen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce not sending out all order-related e-mailsHi Stuart, and thanks for your reply.
I’ve actually had WP Mail Logging installed and setup since the issue started showing. What I can see there is that the most common e-mails (New Order and Order Confirmation) are not sent out, while it appears that shipping confirmations and cancellations go out just fine.
I didn’t know that they changed the way e-mails are sent. That’s interesting. However, my issue isn’t that e-mails are sent with a delay (that’s perfectly fine), but rather that they’re not being sent at all. And even stranger is that it only seem to affect some WooCommerce e-mail types, but not all.
The comments in that post are interesting, though. Seems like there are some others having similar issue although with no good answer as to how to fix it.
Updating permalinks fixed it – thanks!
And no, I’m not using WPML or Polylang, but I’m using another additional language option plugin called qTranslate-X.
Forum: Plugins
In reply to: [WooCommerce] Checkout issue in IE8 (v. 2.1.5)Our coding wizard came up with a fix. The error seemed to occur in the trim() function, and looked like this:
if (b) { var c = a(a.parseHTML(b.trim())); a("#order_review").html(c.html()), a("body").trigger("updated_checkout") }
The fixed version (that worked for us), is this:
if (b) { var c = a(a.parseHTML(jQuery.trim(b))); a("#order_review").html(c.html()), a("body").trigger("updated_checkout") }
Of course this will be overwritten with the next update, but hopefully a fix will already be included then.
+1
Forum: Plugins
In reply to: [Widget Context] 3.8 Doesnt Save SettingsI have the same issue, but if I try to save it two (sometimes three) times in a row it eventually works.