• Resolved tuomvii

    (@tuomvii)


    Hi!

    My customer wants to know If he is able to remove the store name option from the vendor registration form because most of his members using his site are private people selling their cars and not companies with stores. Is he able to remove the store name option from the registration form or is the store name option some kind of core item in the plugin that is needed for the plugin to work correctly?

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

    (@wclovers)

    Hi,

    Well, if you disable “Sold By” option form WCFM Admin Setting -> Marketplace Setting – https://ibb.co/18brf7D

    Then “Store Name” will be automatically hide form registration form as well.

    You may add this line to child theme’s functions.php also to hide that –

    add_filter( 'wcfm_is_allow_store_name', '__return_false' );

    Thank You

    Thread Starter tuomvii

    (@tuomvii)

    Thank you @wclovers !

    There isn’t this type of settings option called “Marketplace Settings”. Is it needed to download like another plugin of yours to make this visible?

    Or does that add_filter function work still?

    Thread Starter tuomvii

    (@tuomvii)

    @wclovers Because now I tried it and the store name field from the registration form didn’t dissapear.

    Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Which multi-vendor plugin you are using ?

    If it’s not WCFM Marketplace then please add that filter code.

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove store name option from vendor registration’ is closed to new replies.