View Issue Details

IDProjectCategoryView StatusLast Update
0007890OXID eShop B2B EditionB2B edition - subpublic2026-04-22 15:12
Reporterjanhmeyer Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version7.3.0 
Fixed in Version7.5.0 
Summary0007890: B2B Budget Module: The HTML template is used as a plain email template.
DescriptionI found the following error in order_owner.html.twig and order_cust.html.twg of the b2b Budget module:

Current file content:
{% extends ‘email/html/order_cust.html.twig’ %}

{% block email_plain_order_cust_paymentinfo %}
    {{ parent() }}

    {% if oViewConf.isBudgetInCustomerMail() %}
        {% include ‘@b2bbudget/templates/includes/b2b_budget_summary_plain.html.twig’ %}
    {% endif %}
{% endblock %}

Should be content:
{% extends ‘email/plain/order_cust.html.twig’ %}

{% block email_plain_order_cust_paymentinfo %}
    {{ parent() }}

    {% if oViewConf.isBudgetInCustomerMail() %}
        {% include ‘@b2bbudget/templates/includes/b2b_budget_summary_plain.html.twig’ %}
    {% endif %}
{% endblock %}


Error in order_owner.html.twig

Effect: HTML content is sent as a plain email.
Steps To ReproduceActivate the B2B Budget Module, submit your order, and view the plain email.
TagsNo tags attached.

Activities

QA

2026-02-03 14:28

administrator   ~0018344

Dear Jan Meyer,

i translated and ackowledge your report, thank you for reaching out to us.

Best Regards
QA -SG-