Some of the categories are not selectionable for from the vendor\'s dashboard

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 – Marketplace (WooCommerce Multivendor Marketplace) Some of the categories are not selectionable for from the vendor\'s dashboard

Viewing 2 reply threads
  • Author
    Posts
    • #120756
      HM
      Participant

      Hello
      I don’t know why but some of the categories I have are not selectionable from the vendor’s dashboard I created for test
      If you see in the picture I joined (It’s in blue ) you will see that I can’t check this one and there are alqo two more
      can you fix that please ?
      In waiting for your response.
      Good to you,

    • #120757
      HM
      Participant

      Hello how can I remove the start payement configuration of the vendor’s store please ?
      because they don’t need to pay on my website;
      The transactions are between clients and vendors in private
      Here a picture for you
      Good to you

      Attachments:
      You must be logged in to view attached files.
    • #120862

      Hello,

      Regarding category add by vendor, the attachment was not attached. Did you already check “Product Categories” is blank in the capability (PFA)
      Regarding remove “peyment” setup from store setup,

      add_filter('wcfmmp_store_setup_steps','remove_payment_step');
      function remove_payment_step($steps) {
      	unset($steps['payment']);
      	return $steps;
      }

      Add this code in your theme’s functions.php

      Thanks.

      Attachments:
      You must be logged in to view attached files.
Viewing 2 reply threads
  • You must be logged in to reply to this topic.