Skip to content
FULLTime eCommerce

Email Template for Order Confirmation – Cart Upload Pro Order Shopware 6

Insert the following HTML code at the desired location in your email template for the order confirmation.

<br/>
<strong>Daten zu Ihrer Bestellung:</strong><br>
{% if order.extensions.orderUploads %}
    {% for upload in order.extensions.orderUploads %}
        <a href="{{ url('frontend.home.page') }}order-uploads/final/{{ upload.qquuid }}/{{ upload.filename }}" class="cart-item-label" target="_blank">{{ upload.filename }}</a>  <br/>
    {% endfor %}
{% endif %}

It is recommended to insert this code after the table containing the order items.

Was this page helpful?

Support

Rented Plugins (Shopware Store)

For support with plugins rented from the Shopware Store, please open a support ticket in your Shopware account.

Create Shopware Ticket

General Inquiries

For general questions or purchase licenses, reach us by email.

Send Email
Email Template for Order Confirmation – Cart Upload Pro Order Shopware 6 | FULLTime eCommerce