• Hello!

    We are using this plugin. Our shop is memeber of a “Verein” which checks the shop pages from legal standpoint of view. The only thing the asked to change was on the checkout page.

    They told us, that it is absolutely necessary that he last phrase is like this:

    “Ich akzeptiere Ihre AGB, den Hinweis zu meinem Widerrufsrecht
    habe ich verstanden. Liefer- und Zahlungsbedingungen (AGB)”

    and there should be a link to the “AGB” and a second link as well to the “Widerrufsrecht”.

    How can I manage this. In the moment i manipulate the “review-order.php” but after any update, I have to start from new.

    Is there a “professional” way to change it, so after any update of the “German” woocommerce plugin and as well of the nativ woocommerce plugin, it stay as it should be?

    Thanks for your support!

    Webkater

    https://www.ads-software.com/plugins/woocommerce-de/

Viewing 1 replies (of 1 total)
  • Plugin Author David Decker

    (@daveshine)

    @webkater:
    Hi there!
    Sorry for the delay!

    Thanks for your feedback also, yes, there are several alternatives to do that.

    1) via gettext filter:
    This is theoretically possible but causes performance issues
    –> custom code from here: https://gist.github.com/deckerweb/5098515

    2) string swap via $l10n global variable:
    I make you some code snippet for that, next answer will bring link for you.

    3) Use of custom translation file in wp-content/languages folder –> see “Installation” and “FAQ” sections here for this plugin. Note: then you will have to maintain those custom files yourself from that point onwards.

    Recommended is no. 2) ??

    Also, recommended is the – premium – plugin “WooCommerce German Market” which will bring more compatibility with German law. It’s from a German agency, I have nothing to do with it, but can recommended it. It is here: https://ddwb.me/wcgmarket

    Thanks, Dave ??

Viewing 1 replies (of 1 total)
  • The topic ‘Widerrufsrecht’ is closed to new replies.