✨ feat(réservation): Applique les promotions au devis et les affiche dans l'e-mail de confirmation
This commit is contained in:
@@ -34,6 +34,16 @@
|
||||
<b>Lieu :</b> {{ datas.session.adressEvent }} {{ datas.session.zipCodeEvent }} {{ datas.session.townEvent }}
|
||||
</mj-text>
|
||||
|
||||
{% if datas.session.promotion %}
|
||||
<mj-text padding-top="25px" padding-bottom="0px" font-size="10px" font-weight="900" color="#f59e0b" text-transform="uppercase" letter-spacing="1px">
|
||||
Promotion Appliquée
|
||||
</mj-text>
|
||||
<mj-text font-size="15px" color="#0f172a" padding-top="5px">
|
||||
<b>Offre :</b> {{ datas.session.promotion.name }} <br/>
|
||||
<b>Réduction :</b> -{{ datas.session.promotion.percentage }}%
|
||||
</mj-text>
|
||||
{% endif %}
|
||||
|
||||
<mj-text padding-top="25px" padding-bottom="0px" font-size="10px" font-weight="900" color="#94a3b8" text-transform="uppercase" letter-spacing="1px">
|
||||
Lien vers la session
|
||||
</mj-text>
|
||||
|
||||
Reference in New Issue
Block a user