Serafín Danessa
Forum Replies Created
-
I thought so. Thanks for the quick response!
Forum: Plugins
In reply to: [WooCommerce Digital Signature] High performance order storage compatabilityI’m interested about the answer to this, too. ??
Hey there,
I still haven’t found the issue here.
The scheduled actions to fire the emails are fired at the right time, the email log on FluentSMTP says emails are being sent at that specific time to SendGrid too, but then the logs on the SendGrid say that the Processed event (When their API receives it) have been done later.
This doesn’t happen for all emails, only for a small percentage.
Do you have any other ideas of what can be causing the delay between the site and Sendgrid?
ThanksHey there!
The delays happen for multiple plugins, in my case WooCommerce Appointments, Learndash Notifications, and some FluentCRM campaigns.
The logs on FluentSMTP say that the emails were actually sent to SendGrid, so I’m not sure how could I debug the API calls from FluentSMTP to see if they delay is there, or on the Sendgrid side.
Are you guys using Sendgrid’s SMTPAPI, or the Web API to send the emails? Maybe that gives us some clues.
https://docs.sendgrid.com/for-developers/sending-email/web-api-vs-smtp
Thanks for your help
Serafín | eLearningWPForum: Plugins
In reply to: [Regenerate Thumbnails] BuddyPress / BuddyBoss thumnail regenerationHey Stef,
That’s actually the case.
Since those BP/BB images are, in most cases, profile pictures or user uploads, they are not present in the media library.
However, they have multiple thumbnail sizes created, so I’d like to regenerate those, too, especially to remove outdated sizes.
Is there any way to add images that are not in the media library to the regeneration process of the plugin?
For example, with an action/filter to include a folder?
I’m happy to explore the code to try to find a solution myself, but maybe you can save me some hours by pointing me to a method to add other folders to the regeneration process ??
BuddyBoss images are a big part of our disk space usage, and it would be really useful if RT and BB played well together.
I’m sure if we can get to a snippet or something that can include those images into the process, other people might also find it helpful.
Thanks for your help!
Serafín | eLearningWPForum: Plugins
In reply to: [Regenerate Thumbnails] BuddyPress / BuddyBoss thumnail regeneration@erania-pinnera Just noticed your answer :S
Yes, I did, and didn’t get any error.
I suspect that, because it is not a default folder, the plugin doesn’t have support for those BuddyBoss thumbnails to be regenerated?
The other thumbs get regenerated successfully.
Any suggestions are welcomed
SerafínThanks for answering,
It’s Sendgrid
Thanks to both!
I’ll check the add-on.Cheers
Thanks, Paco.
Cheers
Hey @bycrik,
Any chance to add a filter inside adjustOrderItemPriceSave & adjustOrderItemPriceUpdate functions, passing the $item object so we can turn on the manual_orders_active but bypass those functions in some cases?
For example, I’m using a product bundle, so if the item is within a bundle, I could return false and it will work fine. (Or open to other ideas)
I’ve tried it hardcoding the bypass like this and it worked great, for reference:
if ( $item instanceof WC_Order_Item_Product && $item->get_meta( '_bundled_item_priced_individually', true ) != 'no' ) {
Forum: Plugins
In reply to: [AMP] How to redirect /amp/ to ?ampHad the same problem here.
Refreshing permalinks did the trick, FYI.Thanks!
That also means that I need a licence for each sub-site?
Cheers!
Forum: Plugins
In reply to: [Email Cart for WooCommerce] Cannot Add Products To CartSame here. Deactivated Email Cart and WC is working fine now
Forum: Plugins
In reply to: [WooCommerce] Shopping Cart keeps empty since update to WC 3.2.xJust discovered that the conflict was with “Email Cart for WooCommerce” plugin, FYI.
Haven’t found a solution yet. Deactivated the plugin meanwhile and checking that.Forum: Plugins
In reply to: [WooCommerce] Shopping Cart keeps empty since update to WC 3.2.xSame problem here. Also using WPRocket if that helps.