# Update

# 5.3.0

# New function

# 42480 - Preview download

Im Preview Fenster können die Vorschaudaten direkt heruntergeladen werden, wenn der Dateityp "CSV oder XML" ist.

# 43448 - Send email with content

With this feature, data can be written directly to the mail body. The email template must be extended:

{% if netInventorsEoeFiles is defined %}
    {% for file in netInventorsEoeFiles %}
        {{ file.content }}
    {% endfor %}
{% endif %}
1
2
3
4
5

The keys fileName, mimeType and content are available in the “file object”.

# 4.11.0

# New function

# 42288 - Previewdaten for event "contact_form.send"

Data of the contact form are not persistently available in the database. To provide a preview, if the trigger "Contact form was sent / contact_form.send" was selected, test data is output as soon as "Show raw data" was clicked. admin_profile_detail_contactform-raw-data.png

# 4.10.0

# New function

# 42288 - View raw data

The raw data from a trigger can now be displayed directly in the profile.

Raw data button

Display of raw data

# 42372 - Iteration in action

The new iteration option allows the specific action to be iterated. You can find more information here.

# 4.9.0

# New functions

The complete interface has been edited to simplify editing and to combine the exports with the Shopware flows.

Under Admin > Settings > Extensions > ExportOnEvents only the profiles and the log module can be found. admin_modul_eoe.png

The actions are now edited directly in the Flowbuilder. Existing actions were migrated into their own flows as a result of the update.

Custom actions are available: flow-actions.png

flow_action_ftp.png

# 4.5.0

# New functions

# 40144 - Action and profiles with rule builder and filter

Actions are triggered by an event. With the help of the Shopware RuleBuilder, actions for the Orders event can be further refined. Rules can also be used in the export profiles. These are used for filtering the LineItems.

More information can be found here

# 40283 - Subject in action

In the action of the action type "e-mail with attachment", a subject can now be stored. This subject overwrites the subject of the selected mail template. If no value is entered, the subject of the selected mail template will be used.

Tip

The Twig variables can also be used in the subject.

# 40303 - Saving the selection

The selection of a test order is now saved so that you do not have to enter the same order number again and again when creating and checking a template.

# 40147 - Access to additional variables

It is now possible to access the variables:

  • order.price
  • order.shippingCosts
  • order.documents

can be accessed

# Bugfixes

none