I want to hide the SKU on follow-up Emails. Is there any possibility?
Backend: https://share.nmblc.cloud/fdf22f19
Frontend (red = SKU): https://drive.google.com/file/d/1flrX0XQKG2Mo_mYyB4JVwRciu7ElOgvu/view?usp=sharing
]]>Thank you.
]]>They keep opening my emails based on my email tracker but no one dares take the time to acknowledge or reply.
]]>I tried telling it not to:
add_filter( 'lazyload_is_enabled', 'feed_lazyload_exclude', 20 );
function feed_lazyload_exclude() {
if ( is_feed() ) {
return false;
} else {
return true;
}
}
But, it doesn’t work. What would it take to exclude the feeds? And, why is it Lazy Loading them at all??
I use RSVP Maker to send out information about forthcoming walks and the RSVP is simply Yes or No. I don’t need the “mailing address” information as we don’t have one but if it has to be there so be it.
The main issue is the “Current Year” is not being displayed in the follow up emails. I get this:
Copyright (C) *|CURRENT_YEAR|Fleckney Walking Club All rights reserved.
How can I correct or remove this information from the follow up emails?
Regards,
RottenSod.
Above is how the follow up email looks sometimes (not usually). Usually it only has one column, but there it repeats. Why does this happen sometimes?
]]>I’m creating the scheduled entries by code since our process is a bit different than the typical buy-product-add-follow-up process.
I’m able to have the proper information stored in the “Scheduled Emails” section of the plugin, but when the email is sent, the body of the email is blank.
Here’s a few images showing the actual issue: https://imgur.com/a/uW4Jgx6
]]>I have raised this with WordPress and the developer’s community and still no action. Follow up support is not good.
]]>Aditionally, I’d like to send a follow up to the user if they didn’t fill up the form or survey, is that possible?
Thanks,
]]>