Well, this fields are there because of WooCommerce Germanized plugin.
If you don’t want to those then add this line to your site –
add_filter( 'wcfm_is_allow_woocommerce_germanized', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://ww.wp.xz.cn/plugins/code-snippets/
Thank You
Thread Starter
DimaW
(@dimaw)
Hi, thanks for your quick response, I love your support and have never received such good support from a plugin developer before! This is the reason why we want to buy the premium version after we have configured all necessary settings.
Can you tell me if this filter affects settings otherwise or only the available fields during product creation?
Thanks a lot.
Hi,
You are always welcome 😊
Don’t worry, this will not affect anything except WCFM product manager.
Thank You