boomkaboomka
Forum Replies Created
-
Nachvollziehbar.
Danke für den Link mit dem Beispiel!Gru?
Works for me as well. Thank you!
This sounds promising. I do not have access to my dashboard right now, but will try it out later and report.
Es hat wunderbar funktioniert.
Danke!Forum: Plugins
In reply to: [Simple Newsletter Plugin - Noptin] Can’t translate tooltipHello,
just wanted to follow-up on that. In the meantime there were a couple of updates but somehow I still couldn’t find a way to disable the tooltips.
Greetings!
Forum: Plugins
In reply to: [Simple Newsletter Plugin - Noptin] Can’t translate tooltipThis would be great, thanks again!
Forum: Plugins
In reply to: [Simple Newsletter Plugin - Noptin] Can’t translate tooltipBingo, this was it! Thanks a lot! I was on a Firefox Dev Edition in English at the time it showed.
Any idea how to disable this tooltip althogether?Hi, it’s me again.
Regardless of already having a solution for the problem, I had a look at he PDF invoices generated in my previous tests it turned out that this issue only affects some of the e-mail types, but not all.
For instance: The base price appears in the PDF invoice sent with the “customer shipment” e-mail (link), but not in the invoice sent with the “customer invoice” e-mail (link). It is exactly the same order.
So maybe a bug or something.- This reply was modified 4 years, 1 month ago by boomkaboomka.
Fair enough, thanks!
Hey Hannah,
thanks for the swift reply.
My apologies, it seems that something else is causing the issue. I deactivated all the plugins and the issue persists.Sorry for that.
Cheers!- This reply was modified 4 years, 2 months ago by boomkaboomka.
Forum: Plugins
In reply to: [WooCommerce] Reply to a review beeing counted as a separate reviewHi @drwpcom,
thanks for reaching out. It turned out that this strange behavior was caused by another plugin which I use to create a Q&A tab. Somehow it is inteffering with the review tabs. Sorry for bothering.
Greetings.Forum: Plugins
In reply to: [Germanized for WooCommerce] Checkout structure changes after activationHello,
thanks for the prompt reply.
I was not aware of this legal requirement, it simply made to me personally more sense to have the opt-in elsewhere, but it is also okay to keep it where the authorities demand it to be.
And indeed, with some CSS customization I managed to achieve quite the look a was after.Thanks again!
Cheers
Hi there,
thank you for your quick reply!
It took me a while to realize what needs to be altered to achieve the result I was after, but now it works like a charm.Thanks a lot!
P.S. In case someone else wants to achieve the same result, this is how my code looks like:
function my_child_add_new_title( $titles ) { $titles[1] = '-'; $titles[2] = __( 'Ms.', 'woocommerce-germanized' ); $titles[3] = __( 'Mr.', 'woocommerce-germanized' ); return $titles; } add_filter( 'woocommerce_gzd_title_options', 'my_child_add_new_title', 10, 1 );
Forum: Plugins
In reply to: [Simple Newsletter Plugin - Noptin] Strange erorr code with existing emailHi @picocodes,
thanks for the quick reply and for letting us know that is going to be fixed soon!
Cheers.
Yes, it worked! Thank you for the assistance.
Regards!