• Resolved texnavi2024

    (@texnavi2024)


    Hi, is there any way to make the footer social to appear only in Completed Order emails instead of all emails sent to customer? thank you

Viewing 1 replies (of 1 total)
  • Thread Starter texnavi2024

    (@texnavi2024)

    I resolved this using this css leaving footer social only in customer completed order

    .email-id-new_order #footersocial,
    .email-id-customer_processing_order #footersocial,
    .email-id-customer_invoice #footersocial {
        display: none;
    }
    • This reply was modified 10 months, 1 week ago by texnavi2024.
Viewing 1 replies (of 1 total)
  • The topic ‘Footer Social only to show in a certain email’ is closed to new replies.