• Resolved DimaW

    (@dimaw)


    Hi me again,

    is there a hook to remove this marked fields (see screenshot)?
    I dont need them and i try to make the add product view as clean as possible for my vendors.

    Thanks again for your great support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    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://www.ads-software.com/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.

    Plugin Author WC Lovers

    (@wclovers)

    Hi,

    You are always welcome ??

    Don’t worry, this will not affect anything except WCFM product manager.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove unnecessary fields’ is closed to new replies.