Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Groups & Staffs › Capability Question
Tagged: product limits
- This topic has 3 replies, 4 voices, and was last updated 5 years, 5 months ago by WCFM Forum.
- AuthorPosts
- June 7, 2019 at 3:25 am #66342macnomoParticipant
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
- June 7, 2019 at 7:52 pm #66431sdel_nevoParticipant
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
- June 8, 2019 at 9:01 pm #66541vanilladev89Participant
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
- June 10, 2019 at 9:04 pm #66851WCFM ForumMember
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
- AuthorPosts
- You must be logged in to reply to this topic.