10 Zeilen
312 B
Twig
10 Zeilen
312 B
Twig
{% set shop = oEmailView.getShop() %}
|
|
{% set oViewConf = oEmailView.getViewConfig() %}
|
|
{% set oConf = oViewConf.getConfig() %}
|
|
|
|
{% include "email/html/header.html.twig" with {title: shop.oxshops__oxordersubject.value} %}
|
|
|
|
{% include_content 'd3orderbreakhtml' %}
|
|
|
|
{% include "email/html/footer.html.twig" %}
|