+
diff --git a/src/Resources/views/mollie/component/apple-pay-direct-button.twig b/src/Resources/views/mollie/component/apple-pay-direct-button.twig
index c0c12a876..8b54cdaa7 100644
--- a/src/Resources/views/mollie/component/apple-pay-direct-button.twig
+++ b/src/Resources/views/mollie/component/apple-pay-direct-button.twig
@@ -1,4 +1,5 @@
{% block mollie_apple_pay_direct %}
+
{% if page.product %}
{# this is for older shopware versions #}
@@ -32,6 +33,11 @@
{% block mollie_apple_pay_direct_button %}
+
+ {% if mollie_express_required_data_protection %}
+ {% sw_include '@Storefront/storefront/component/privacy-notice.html.twig' %}
+ {% endif %}
+