Recherches récentes


Pas de recherche récente

Mario Zaizar's Avatar

Mario Zaizar

Adhésion le 06 mai 2021

·

Dernière activité le 18 févr. 2025

Suivis

0

Abonnés

0

Activité totale

21

Votes

7

Abonnements

13

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Mario Zaizar

Mario Zaizar a ajouté un commentaire,

CommentaireTicket management

Following on Sabra's post.

You can only use the contains keyword to match the brand name. This would simplify your case code, still matching the template but ignoring the extra "This email is a service from brand name" HTML from the footer placeholder.

So, instead of:

{% case footer %}
{% when 'This email is a service from ACME.' %}
Custom CSS and HTML here.
{% endcase %}

Use this:

{% if footer contains 'Brand1' %} 
Custom CSS and HTML here.
{% endif %}

Afficher le commentaire · Publication le 04 avr. 2023 · Mario Zaizar

0

Abonnés

0

Votes

0

Commentaire