someka
Forum Replies Created
-
Hi guys,
We have achieved that by simply modifying the default HTML of Woocommerce Email template.
Here is the related thread:
https://ww.wp.xz.cn/support/topic/remove-product-link-in-order-emails/#post-14526861Hope that helps!
- This reply was modified 4 years, 12 months ago by someka.
Forum: Plugins
In reply to: [WooCommerce] Remove Product Link in Order Emails to prevent confusionHello,
We have simply edited the HTML of Woocommerce default Email template for “Completed Orders”
It is easy to edit. There is already a button to copy the template into your own theme. You copy and make your own changes.

Hope that helps!
- This reply was modified 4 years, 12 months ago by someka.
Forum: Plugins
In reply to: [WooCommerce] Remove Product Link in Order Emails to prevent confusion@biologix I went ahead and modified the Woocommerce delivery emails. And removed the product from the table.
Now our emails look like this:
Just fyi..
Forum: Plugins
In reply to: [Send Emails with Mandrill] Change Line Feeds for all WordPress EmailsHi again @millermedianow ,
Unfortunately, it is even worse now.
Prepared an SS for you:
Actually, I use “pre” tag for contact emails and it works ok for now. (until you guys find a nice solution for this..)
Forum: Plugins
In reply to: [Send Emails with Mandrill] Change Line Feeds for all WordPress EmailsThank you @millermedianow,
I will try and inform as soon as possible.
Forum: Plugins
In reply to: [Send Emails with Mandrill] Change Line Feeds for all WordPress EmailsHey @millermedianow ,
Until you bring up a working solution, can you give us a code to exclude Woocommerce from that <br> setting?
So that we enable this setting:
“Replace all line feeds (ā\nā) by <br/> in the message body”and won’t apply to Woocommerce. (as this works good for all other emails)
Forum: Plugins
In reply to: [Send Emails with Mandrill] Change Line Feeds for all WordPress EmailsHi there,
Yes I have enabled them but then it changes every email (even the HTML ones) and break them significantly. I only want to apply this specific to review notifications. (as it is a default wp text-only email)
How to apply that only for certain emails (comment notifications in this case)?
Forum: Plugins
In reply to: [WooCommerce] Remove Product Link in Order Emails to prevent confusionOk thank you for the explanation.
At least it is clear now that we don’t have a hook for that section.
And overriding the whole template just for this minor thing is an overkill.
So I will try to think some other solutions. (maybe I continue to edit the original template after each update until you guys publish a hook for that š )- This reply was modified 5 years, 5 months ago by someka.
I also need this. There are similar questions in the forum:
https://ww.wp.xz.cn/support/topic/remove-product-link-in-completed-order-emails/
https://ww.wp.xz.cn/support/topic/order-email-remove-product-link/But no answers still. There should be a simple hook or something.
Thank you @jodhavishalsingh !
Would you mind sharing what is the reason for that data block and what does your code do? (so that we know what we are doing) Does it affect anywhere else? (is this because of Gutenberg blocks stuff?)And this guy (last comment) has another code to remove that, what’s the difference:
remove_action( 'admin_print_footer_scripts', array( 'WC_Block_Library', 'print_script_settings' ), 1 );Thank you in advance!
Thank you Hristo for explanation.
Again, that’s not a complaint and I am sure there are lots of users who will be happy when you just move forward, access backend and solve the issue. I am just not one of them š (would be great if you had a panel setting for these kind of cases)
Anyways. Have a nice day!
Hello Stanimir,
Thank you for sparing time to do that BUT logging into my backend and adding some code without my permission is not an appropriate way to do that. I prefer doing changes under my own control (in order to be able to know what has been changed for future)
I guess you have added a custom filter to child theme functions.php, right? Is there anything else?
(please let me know if this permission issue is a setting under our Siteground panel so that I can change it)
Just found out after a few tryout and playing with the settings, it looks like “Defer Render-Blocking JS” setting has something to do with it. When I toggle it off completely, the warning goes away.
I still don’t know what is the relation but at least we specifically know the guilty part š
(but I still need that option, so we’ve better get a fix soon)
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Recaptcha doesn’t workHey everybody,
Just try not caching your contact form page. (You can exclude specific URLs from being cached in your cache plugin settings)
Probably, cached tokens do not allow someone to send the message with Re-captcha V3. Look here for details: https://crunchify.com/contact-form-7-failed-to-send-your-message-please-try-later-or-contact-administrator-by-other-way/
I excluded it and seems to be working fine now.