Forum Replies Created
- AuthorPosts
- gousegadadParticipant
Hi,
shop page url: https://silkal.in/shop
Main first product url: https://silkal.in/product/amingad-premium-quality-karadant/
Duplicated product url: https://silkal.in/product/amingad-premium-quality-karadant-2/
Here main and duplicated product url is different but when click them both are showing same product.
gousegadadParticipantHi,
As you suggest i have put above code in my theme functions.php
Its solve half problem. Now my duplicated product appears in shop page. But when i click duplicated product it will not appear in single product detail page.
Kindly let us know how can i solve this.
gousegadadParticipantHi,
As you suggest i have added above code in wp-config.php file but nothing works. (Kindly See The Attachment)
Lets me explain my need in detail.
Whenever i create 1 product with multiple seller the duplicated products must be editable and should be appear in shop page and in single product detail page.
Thank you…
Attachments:
You must be logged in to view attached files.gousegadadParticipantHi,
After updating wcmp 3.02 version. WCFM vendor dashboard appears properly.
As per duplicate product in product archive page they send some code. Let me know what we do with this code.
There message is
Hi, as there are no such settings to display the duplicate product. Hence you have to do a bit of coding. You can use the following reference, to find which vendor’s product has been duplicated from other product :
$vendor = get_current_vendor();
$vendor->get_products(array(
‘meta_query’ => array(
array(
‘key’ => ‘_wcmp_parent_product_id’,
‘compare’ => ‘EXISTS’
)
)
))gousegadadParticipantHi,
As per your suggestion i have contacted WCMP support. Here there reply.WCMp Admin wrote:
Hi @Mohammed, thanks for reaching WCMp Support!!
Our replies are inline :
1) When my seller send variable product for review. Seller and admin gets variable number of email notification. For Example, in my case my seller submit a product of 12 variation. So my (Admin) email account gets total 13 emails for reviewing submitted product
Same way my seller also gets 13 emails in there registered email id.
>> We have resolved this issue on our GitHub for now. You can download and install this from here – https://github.com/dualcube/dc-woocommerce-multi-vendor/archive/master.zipWe will add the same on our official update.
2) We are using Wc Marketplace plugin for its unique feature SINGLE PRODUCT WITH MULTI SELLER OPTION . When we create single product with 2 seller. The duplicated product edits can’t appear in single product page. We can make changes in duplicated product but what is use of it if it is not appear in front end
>> The default flow of our plugin will display only one product in the shop page and single product page,. Now, the customer can view other vendor’s offer under the “More Vendor” or “More Offer” tab, like our demo site : http://wcmpdemos.com/addon/WCMp/my-account/
Here the buyer can view other’s vendor’s offer for the same product and proceed with purchase as per their convenience.Let us know if you have any further query.
Now problem is after updating there updated package. WCFM dashboard not appearing for vendors. they simply redirect to wcmp dashboard. I have checked all setup twice but nothing happens.
One more thing i notice WCFM dashboard with admin login appears but here vendors option is disappear.Kindly let us know what we do. May i know WCFM is works properly with current WCMP released.
Thank You….
gousegadadParticipantHi,
My site also facing same problem. And here also culprit is WCFM. Kindly see the attachment.
- AuthorPosts