Vendor registration – how to make shop name removed/not required?

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Membership Vendor registration – how to make shop name removed/not required?

Viewing 2 reply threads
  • Author
    Posts
    • #114316

      When a vendor is registering can I make “Shop name” part not required and not mandatory or maybe even not to be asked at all? Or is that something that is fundamental to the plugin?

    • #114326
      Craig
      Participant

      You can “uncheck” the checkbox that says “display sold by” in your marketplace settings and that will remove the store name and store slug from the registration form.

      It also removed these elements from the Vendors shop settings so they can’t change their store name or slug.

      Craig

    • #114698

      Hello,

      add_filter( 'wcfm_is_allow_store_name', '__return_false' );

      Try this code to your child theme’s functions.php

      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thanks.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.