WiderrufButton · Shopware 6
Right of Withdrawal Button Shopware 6
Shopware 6 includes a built-in option to insert additional HTML code in the footer. This lets you integrate the WiderrufButton widget without a plugin and without a developer.
Install in 3 steps
Open the settings
In the Shopware admin, navigate to Settings → System → Basic information. Scroll down to the "Additional HTML" section.
Insert the code in the footer
Paste the WiderrufButton script tag into the "Footer" field. Replace the placeholder with your widget key.
Save
Click "Save". The right of withdrawal button will now appear on every page of your shop.
The script tag
<!-- Replace YOUR_WIDGET_KEY with your personal key from the dashboard -->
<script
src="https://widerrufbutton.net/widget/v1/wh.js"
data-shop-id="YOUR_WIDGET_KEY"
data-position="fixed-bottom-left"
data-lang="auto"
async defer
></script>If you cannot find the "Additional HTML" feature, make sure you are running at least Shopware 6.4. On older versions, the script can be added via a theme template.
Frequently asked questions
Does the widget work with Shopware plugins such as ShopVote?
Yes. The WiderrufButton widget is fully isolated by the Shadow DOM and does not affect other plugins or their styling.
Does WiderrufButton support Shopware 5?
WiderrufButton works with any HTML-capable page. On Shopware 5, you add the code via the theme editor or a custom plugin.