View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007890 | OXID eShop B2B Edition | B2B edition - sub | public | 2026-02-03 10:53 | 2026-05-13 08:39 |
| Reporter | janhmeyer | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 7.3.0 | ||||
| Fixed in Version | 7.5.0 | ||||
| Summary | 0007890: B2B Budget Module: The HTML template is used as a plain email template. | ||||
| Description | I 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 Reproduce | Activate the B2B Budget Module, submit your order, and view the plain email. | ||||
| Tags | No tags attached. | ||||
| related to | 0007947 | new | OXID eShop (all versions) | Password recovery e-mail templates ship URLs with literal & instead of & |