joy0114
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Problem on all sites with update to version 9.1.2Hi,
Where did you find an update to 9.1.2 ?
It seems that the latest stable version is 9.1.1, right?
In any case, that’s the version I’ve been offered and which is presented on this page:
Woocommerce pluginBest regards
Forum: Plugins
In reply to: [LiteSpeed Cache] JS file twice loadedHi Litetim,
Thanks for your answer.
I’m going to do that.
Thanks again and have a good day !Best regards
PS: For now, I switch towards “solved”, and if I get an answer which could be useful to other users, I will come back with the resolution …
Bonjour,
Avez-vous essayé avec un produit dont le poids n’a pas de décimale ?
Depuis quelques temps Woocommerce a (eu) des soucis avec le séparateur “décimale / milliers” (la virgule, le point …)
Woocommerce annonce que ce souci est résolu avec woo 9.0.2Je dis peut-être une bétise en faisant un rapport entre votre souci et ce bug woocommerce, c’est juste une idée !
Cordialement.
Forum: Plugins
In reply to: [WPC Smart Wishlist for WooCommerce] Caching issueHi,
Concerning this problematic issue for those who uses Litespeed server (with caching features), it would be great if WPC Smart Wishlist were compatible with ESI !
Some time ago, this worked by declaring the nonces used by WPC Smart Wishlist, but in recent months, things have had to change concerning WPC Smart Wishlist’s nonces.
As a result, it no longer seems possible to make private “holes” in publicly cached pages.What WPC Smart Wishlist does is typically in the field of support of ESI, and it’s too bad not to be able to take advantage of it because of Smart Wishlist’s lack of compatibility.
Please work on it !!!
Thanks a lot in advance.
Best regardsForum: Plugins
In reply to: [WooCommerce] Critical Error with 9.0Hi,
For the moment, you should rollback to release 8.9.3
Lots of reports concerning errors due to Legacy REST API.
Sometimes, reinstalling WC solves the issue, sometimes not … So returning to 8.9.3 seems to be the best choice.Get well soon and cheer up !
Best regardsForum: Plugins
In reply to: [Mail logging - WP Mail Catcher] emails not to be savedHi JWardee,
Thanks for your answer.
I solved my issue:I think the white space was causing the issue. So, I tried strcmp for comparing strings, and with this, it works perfectly !
add_filter('wp_mail_catcher_before_success_log_save','my_mail_catch_filter'); function my_mail_catch_filter($transformedArgs){ $sujet_a_detecter="Database Backup"; $sujet_mail=$transformedArgs['subject']; if (strcmp($sujet_mail, $sujet_a_detecter) == 0) { return false; } return $transformedArgs; }
Thank you very much for your plugin: so useful !
Best regardsForum: Plugins
In reply to: [Mail logging - WP Mail Catcher] emails not to be savedHi,
What if you try to change the order of plugin which are loaded ?
Whith “Plugin Organizer”, you can easily do it. Perhaps “WP HTML Mail” plugin will fulfill its role until end if it is executed last ?
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] emails not to be savedHi,
Many thanks to Fred17 for asking this very useful question !
But, as I’m probably missing a few neurons, I can’t manage to filter the logs of mails containing a very specific subject…
I’d like to avoid logging emails containing “Database Backup” as subject, but this code, placed in the functions.php of my child theme, doesn’t work:add_filter('wp_mail_catcher_before_success_log_save','my_mail_catch_filter'); function my_mail_catch_filter($transformedArgs){ if (str_contains($transformedArgs['subject'], "Database Backup")) { return false; } return $transformedArgs; }
I use php 8.1
I also tried strpos without success. In every case, if I click on resend, email is sent (that’s a good news), but this new mail is logged.Do you have an idea for solving my problem ?
Many thanks in advance !Best regards
Forum: Plugins
In reply to: [MailerLite - WooCommerce integration] JS errorHi,
Thanks for the patch !
Best regardsForum: Plugins
In reply to: [Custom Order Status Manager for WooCommerce] Precision about line of codeHi Niloy,
Oh, OK, I understand.
Thanks you very much for your answer.
Have a good sunday !Best regards
Hi,
I installed the free version, as you can see from the screenshot:
So I have no way of activating “Advanced filters” since it’s not the pro version.
You seem to be saying that the filters “Order Note – Content” and “Order Note – Type” are reserved for the pro version.
So why are they displayed in the free version?Ideally, you should clearly publish which filters are available in the free version !
Have these filters recently been upgraded from the free to the paid version ? Because some time ago, it worked just fine with the free version.
If so, that’s too bad and I’ll have to find another solution.Best regards
Hi rzepsen,
That’s NOT a PRO release of Shopmagic. As you can see in the top right corner of the setting’s screenshot I posted.
And no, it’s not solved at this time… I’m actively seeking the reason for this sudden malfunction.Sorry to have disturbed you.
Best regardsOne more information, /wp-json/shopmagic/v1/automations/count which should be accessible via a GET request, returns a status 401 …
Hi,
Thanks for your answer.
Here some screenshots:
automationNothing has changed since months, just wordpress and shopmagic.
I think this is an issue with rest api.
Thanks for your help.
Best regards- This reply was modified 10 months ago by joy0114.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Autoload databaseHi mohsinbsf,
I’m sorry, I made a mistake: that’s 256,7 Kb
But, that’s the largest item for autoloaded option ! Even astra-settings is half.Ok, I’m going to see with Spectra support.
Anyway, thanks for your answer.Have a nice day too.
Best regards