Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Some questions
- This topic has 7 replies, 2 voices, and was last updated 5 years, 4 months ago by WCFM Forum.
- AuthorPosts
- June 13, 2019 at 1:49 pm #67386docakpParticipant
Dear Shhiv, I tried to contact you via your admin email and you are not replying me so I post questions here. hope you can respond.
1. Do you have shortcodes for individual storepage per vendor?
2. Do you have location tracking or real time location tracking map function for your delivery extension?
3. Do you have cheaper plan for chat service? Something that you develop and have once-off purchase option?
4. When ask question for the product to the vendor at the product page, it would be nice if the vendor can reply directly like a chat with customer.
5. I have integrated e-book plug in and it has to integrate uploaded pdf ebook in woocommerce product creation but when I open the e-book product in WCFM product creation, it won’t let me save of edit the product because it is a downloadable product and I need to upload the downloadable content to the field(* with required field in WCFM). Actually, I have integrated with the pdf file uploaded in e-book upload box in woocommerce product creation page.
So, is there any way to disable the * (must upload the downloadable product )?6. Do you have short code for new product creation page? it would be better if i can create a button to start creating the new product with a special button with shortcode as WCFM interface is difficult to see create new product as it will appear only when scroll down the mobile phone page.
7. Can a user be directed automatically to his or her own shop page ( when log in ) (I mean not directed to the wcfm main panel but to shop page! )!Regards,
Aung - June 14, 2019 at 6:06 am #67552WCFM ForumMember
HI,
1. Do you have shortcodes for individual storepage per vendor?
– No, it’s a dynamic page.2. Do you have location tracking or real time location tracking map function for your delivery extension?
– No, but this will be part of Delivery APP3. Do you have cheaper plan for chat service? Something that you develop and have once-off purchase option?
– There is no other char service available which supports multi-vendor sites4. When ask question for the product to the vendor at the product page, it would be nice if the vendor can reply directly like a chat with customer.
– Vendors are allowed to reply against Inquiries. For chat you have to use chat module, “chat now” button available at product page as well.5. I have integrated e-book plug in and it has to integrate uploaded pdf ebook in woocommerce product creation but when I open the e-book product in WCFM product creation, it won’t let me save of edit the product because it is a downloadable product and I need to upload the downloadable content to the field(* with required field in WCFM). Actually, I have integrated with the pdf file uploaded in e-book upload box in woocommerce product creation page.
So, is there any way to disable the * (must upload the downloadable product )?– Sorry, WCFM not yet compatible with this plugin. Well, is this special than normal “Downloadable Product”?
6. Do you have short code for new product creation page? it would be better if i can create a button to start creating the new product with a special button with shortcode as WCFM interface is difficult to see create new product as it will appear only when scroll down the mobile phone page.
– Yes, there has short code for “Add New Product” page, but still that will look same as now. Short code page will not change the template!
7. Can a user be directed automatically to his or her own shop page ( when log in ) (I mean not directed to the wcfm main panel but to shop page! )!
– It’s possible.
Thank You
- June 17, 2019 at 12:36 pm #68069docakpParticipant
Hi,
Thank you for your answers.
You say, it is possible. Can you tell me how to do it?One more question.
When I set the Product Type Categories, why can’t I choose or see the sub-categories?
Is there a way to make the subcategory visible to the vendors so that they can set up category or subcategory?Thank you very much.
Wishing you best of success!
Regards,
AK - June 18, 2019 at 2:28 pm #68375WCFM ForumMember
Hi,
Please add this code to your child theme’s functions.php –
`add_filter( ‘wcfm_login_redirect’, function( $redirect_to, $user ) {
if( wcfm_is_vendor( $user->ID ) ) {
$redirect_to = wcfmmp_get_store_url( $user->ID );
}
return $redirect_to;
}, 50, 2 ); - June 18, 2019 at 2:29 pm #68376WCFM ForumMember
Well, sub-categories automatically available if main categories are mapped with product type.
Thank You
- June 18, 2019 at 5:11 pm #68427docakpParticipant
Hi,
Thank you for your reply.
Do you have video tutorial for category and subcategory setting?One more question regarding searching vendors.
Do you have shortcode for vendor search function?
or How may I create a page with search function by typing the vendor name in a search bar for front-end customers?Thank you very much.
Regards,
AK - June 18, 2019 at 5:16 pm #68428docakpParticipant
I have another issue regarding page display.
For capabilites, when I visit that tab, the page is not showing full page.
Please see the attached screen shot. Other tabs, for example, ledger, manager, withdrawal, refund, are showing full page.
How may I solve this issue?Regards,
AKAttachments:
You must be logged in to view attached files. - June 21, 2019 at 6:37 pm #68932WCFM ForumMember
HI,
This capability is broken, please be sure your WCFM Ultimate version is 6.1.5
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.