WiderrufButton · Shopify
Right of Withdrawal Button for Shopify
Shopify is one of the leading e-commerce platforms. The WiderrufButton widget is added through the theme editor and works with every Shopify theme.
Install in 3 steps
Open the theme code
In your Shopify admin, go to Online Store → Themes → Actions → Edit code. Open the theme.liquid file in the Layout folder.
Insert the script
Paste the WiderrufButton script tag directly before the closing </body> tag in the theme.liquid file. Be sure to add your personal widget key.
Save
Click Save and check your store. The right of withdrawal button appears automatically on every page.
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>With Shopify you don't need to edit any individual page type – theme.liquid applies to your entire store.
Frequently asked questions
Does the widget work with Shopify Markets (international)?
Yes. The widget loads on every page, regardless of language or currency. The withdrawal form and labels are available in six EU languages, so the correct language is chosen automatically for your markets.
Do I need a specific Shopify plan?
No. The widget works with all Shopify plans, as it only requires a single script tag in the theme file.
Does the widget affect store speed?
The widget is under 15 KB and loads asynchronously. It has no measurable impact on your store's loading time.