Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › DUPLICATE PRODUCTS vendors add to store but other multiple versions still remain
- This topic has 6 replies, 2 voices, and was last updated 5 years ago by WCFM Forum.
- AuthorPosts
- October 31, 2019 at 3:54 am #89784Michelle GannParticipant
Duplicates of all of the products are on my site even after vendors add them to their store more than one of the same on every product remains. I have all the settings for single product multiple vendor but still seeing multiple of same products.
Attachments:
You must be logged in to view attached files. - November 6, 2019 at 3:04 pm #91071WCFM ForumMember
Hi,
Please add this code to your site –
add_filter( 'wcfm_is_allow_product_loop_duplicate_hide', '__return_true' );
Add 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/Thank You
- November 10, 2019 at 8:28 pm #91689Michelle GannParticipant
This code is hiding all of the vendors products that they added to their site and only showing store products – should I delete the products from the store and it will stay on their store?
- November 10, 2019 at 8:32 pm #91690Michelle GannParticipant
When I move the store product to the trash it deletes the vendors product – please let me know a code that will hide duplicate products but SHOW vendors products?
- November 12, 2019 at 12:15 pm #91936WCFM ForumMember
Hi,
When I move the store product to the trash it deletes the vendors product
– What do you mean by “store product”?
Thank You
- November 12, 2019 at 9:57 pm #92032Michelle GannParticipant
Hi, I want my vendors to have the products and before I converted to the wcfm mutivendor I had a lot of products on my original (non multivendor) store.
So I don’t want all of my old products to show and my vendors have added them to their vendor store and now I want the old versions from before multivendor to go away and only see the VENDOR products even though they did the add to store.
Please help me get rid of the non-vendor duplicates.
- November 22, 2019 at 10:19 am #93382WCFM ForumMember
Hi,
Please go to WCFM Admin Setting -> Modules -> Set OFF “Single Product Multivendor” module, hence vendors will not able to add Admin’s products to their store.
Thank You
- AuthorPosts
- The topic ‘DUPLICATE PRODUCTS vendors add to store but other multiple versions still remain’ is closed to new replies.