commerce-wishlist-share-mail.html.twig in Commerce Wishlist 8.3
Template for the wishlist share email.
Available variables:
- wishlist_entity: The wishlist entity.
- wishlist_url: The wishlist url.
1 theme call to commerce-wishlist-share-mail.html.twig
- WishlistShareMail::send in src/
Mail/ WishlistShareMail.php - Sends the wishlist share email to the given address.
File
templates/commerce-wishlist-share-mail.html.twigView source
- {#
- /**
- * @file
- * Template for the wishlist share email.
- *
- * Available variables:
- * - wishlist_entity: The wishlist entity.
- * - wishlist_url: The wishlist url.
- *
- * @ingroup themeable
- */
- #}
- <p>
- {% trans %}Check out my wishlist!{% endtrans %}
- </p>
-
- <p>
- {% trans %}I use my wishlist for keeping track of items I am interested in.{% endtrans %} <br>
- {% trans %}To see the list in the store and buy items from it, <a href="{{ wishlist_url }}">click here</a>.{% endtrans %}
- </p>
-
- <p>
- {% trans %}Thanks for having a look!{% endtrans %}
- </p>