Capability Question

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!

Viewing 3 reply threads
  • Author
    Posts
    • #66342
      macnomo
      Participant

      Hi,

      When setting products quantity allowed to publish per vendor, let say 40, is this number Per Month? or Total?

      If total, can they delete old ones in order to publish new ones or make some room?

      Thanks

    • #66431
      sdel_nevo
      Participant

      Hi mate

      It’s the total they can publish

      The system has the ability to allow the vendor purchase a new product limit increase

      For example you could charge £10 to publish 40 more products giving 80 in total

      Steve

    • #66541
      vanilladev89
      Participant

      Hello

      I have a question towards this thread though because I noticed that when the vendor publishes and then deletes the item, they get that product back.

      Which means that the number, in this case 40, is actually the total number of products they can have published at one time, not how many they publish correct?

      thank you

    • #66851
      WCFM Forum
      Keymaster

      HI,

      Which means that the number, in this case 40, is actually the total number of products they can have published at one time, not how many they publish correct?

      – NO, by default it count vendor’s all products – Draft, Publish, Pending etc …

      But this can be tweak to check only for “Published” product using this code –

      add_filter( 'wcfm_limit_check_status', function( $check_status ) {
      	$check_status = 'publish';
      	return $check_status;
      });

      Thank You

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