Email footer not working on some lists

corey34

Active Member
I have an email footer that I use in my customer's emails that contains the address and unsubscribe link. I have a customer that has multiple lists and the footer works on all of them but one.

How could this happen?

UPDATE: it appears that stats (opens, clicks, etc.) are not working for this list either.
 
Last edited:
Usually if it works for one list, it should work for all of them, you can PM me so that i can take a look, but make sure it isn't an extension that causes this.
 
It appears it is the extension and I think I have figured out what is going on. What MW file handles the adding of the footer?

Thanks
 
@corey34 - see /apps/console/commands/SendCampaignsCommand.php and /apps/frontend/controllers/CampaignsController.php (look for
CampaignHelper::injectEmailFooter(...
)
 
Back
Top