WiderrufButton · WooCommerce

Right of Withdrawal Button for WooCommerce

WooCommerce is the most popular e-commerce solution for WordPress. WiderrufButton is fully compatible with WooCommerce and the German compliance plugins Germanized and German Market.

Install in 3 steps

1

Open the theme file

In the WordPress admin, go to Appearance → Theme File Editor and select the footer.php of your active theme.

2

Insert the code before </body>

Place the WiderrufButton script tag directly before the closing </body> tag. Replace the placeholder with your widget key.

3

Test

Open a product page in your shop and check that the right of withdrawal button is displayed correctly.

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>

WiderrufButton complements Germanized and German Market – it does not replace them. Germanized provides your terms and conditions and withdrawal policy, while WiderrufButton provides the legally required button.

Frequently asked questions

Does WiderrufButton work with Germanized?

Yes, completely. WiderrufButton and Germanized complement each other: Germanized provides the legal texts (terms and conditions, withdrawal policy), while WiderrufButton provides the right of withdrawal button additionally required from June 2026.

Do I need WiderrufButton in addition to German Market?

Yes. German Market covers many legal requirements, but not the new § 356a BGB right of withdrawal button. WiderrufButton fills exactly this gap.

Does the widget interfere with the checkout process?

No. The widget renders in an isolated Shadow DOM and affects neither the styling nor the functionality of WooCommerce or its plugins.