WiderrufButton · Magento
Right of Withdrawal Button Magento
Magento (Adobe Commerce) lets you embed scripts in the footer through its Design Configuration. This is how Magento stores integrate the WiderrufButton widget the professional way.
Install in 3 steps
Open Design Configuration
In the Magento Admin, go to Content → Design → Configuration. Select your Store View and click "Edit".
Edit the footer scripts
Open the "HTML Head" or "Footer" section. Paste the WiderrufButton script tag into the "Miscellaneous Scripts" field.
Flush the cache & verify
Save the configuration and flush the Magento cache (System → Cache Management). Then check your store.
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>Don't forget to flush the Full Page Cache after making the change. Without flushing the cache, the script may not appear right away.
Frequently asked questions
Does WiderrufButton work with Magento 2 and Adobe Commerce?
Yes. The widget works equally well with Magento 2 Open Source and Adobe Commerce. The integration via Design Configuration is identical for both.
Does the widget affect the Varnish/Full Page Cache?
No. The widget loads on the client side and does not interact with the server cache. It works flawlessly with Varnish and the built-in Full Page Cache.