Hi DanielHerzog!
Sorry for delay, but the notification system here always is delayed, it’s so frustrating!!
You can just use the “old” way with the helper function from the FAQ: http://ww.wp.xz.cn/extend/plugins/woocommerce-de/faq/
–> use thise code in your functions.php file in the theme or child theme:
/** WooCommerce German (de_DE): Kasse Bestell-Button "Zahlungspflichtig bestellen" */
add_filter( 'woocommerce_order_button_text', '__wcde_order_button_zahlungspflichtig_bestellen' );
This will do it 🙂
I did change it recently because lots of users begged me to do so… was just for the community.
Sorry if you had trouble!
-Dave.
i the button “kaufen” accepted of the german law??
Yes, of course! It’s one of 3 variants that can be used:
– “Kaufen”
– “Zahlungspflichtig bestellen”
– “Kostenpflichtigen Vertrag abschließen”
See the “Shop Betreiber Blog” for all the info and whitepapers from August of last year to this whole issue:
http://www.shopbetreiber-blog.de/2012/06/04/button-loesung-bestellseite/
and:
http://www.shopbetreiber-blog.de/2012/06/12/kostenloses-whitepaper-bestellseite-button-loesung/
Hope that helps, Dave 🙂
ah ok 😀 didnt know that 😀
Then “kaufen” is the best solution!
Thank you
You’re welcome! Good luck with your shop! 🙂
I mark this as resolved.