Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › support tickets
- This topic has 27 replies, 3 voices, and was last updated 5 years, 9 months ago by WCFM Forum.
- AuthorPosts
- January 10, 2019 at 11:31 am #42922perets.studioParticipant
Hi I wanted to ask how can I make a special page that anyone can open an appeal and I will be able to get it in the management system of support?
- January 10, 2019 at 1:48 pm #42942WCFM ForumMember
Hi,
Support ticket is for orders.
For your purpose use “Enquiry Module”. Just add
[wcfm_inquiry]
short code anywhere in your site and user may send you request/queries.Thank You
- January 13, 2019 at 8:20 am #43322eliasafGuest
Hi thank you for the amazing plugin …. Would be happy to know if there is a way the seller will add articles and they will appear in his store and not on the general website?
- January 14, 2019 at 2:56 pm #43471WCFM ForumMember
HI,
You are welcome 🙂
Off course possible, but it requires theme compatibility. So, please know me which theme you are using, I will give you integration code accordingly.
Thank You
- January 14, 2019 at 2:58 pm #43472eliasafGuest
- January 15, 2019 at 6:05 am #43572WCFM ForumMember
Thanks for the details.
Please add this code to your child theme’s functions.php –
add_action( 'wcfmmp_store_article_template', function() { $additional_post_classes = apply_filters( 'electro_additional_post_classes', array('') ); ?> <article id="post-<?php the_ID(); ?>" <?php post_class( $additional_post_classes ); ?>> <?php /** * @hooked electro_post_header() - 10 * @hooked electro_post_meta() - 20 * @hooked electro_post_content() - 30 */ do_action( 'electro_loop_post' ); ?> </article> <?php }); add_action( 'wcfmmp_store_article_template_none', function() { ?> <section class="no-results not-found"> <header class="page-header"> <h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'electro' ); ?></h1> </header><!-- .page-header --> </section><!-- .no-results --> <?php }); add_filter( 'wcfm_is_allow_store_articles', '__return_true' );
Thank You
- January 15, 2019 at 9:01 pm #43734eliasafGuest
Hi, thank you
I put in a funaction but it did nothing, I prepared a new post as a seller on the site but I do not see a tab with articles - January 16, 2019 at 6:41 am #43802WCFM ForumMember
HI,
Where you have added this code? Kindly show me that screenshot please.
Well, what is your “WooCommerce Multivendor Marketplace” plugin version?
Thank You
- January 16, 2019 at 10:44 am #43878eliasafGuest
Hi I put the code in the funcation file inside the child electro … attaching the screenshot to the screen
WooCommerce Multivendor Marketplace – dokanthank you You’re excellent
- January 16, 2019 at 10:46 am #43882
- January 16, 2019 at 10:58 am #43891WCFM ForumMember
Hi,
Opps! are you using “Dokan” as multi-vendor plugin?
Thank You
- January 16, 2019 at 11:24 am #43912eliasafGuest
Yes thanks….
- January 16, 2019 at 11:39 am #43917WCFM ForumMember
Sorry, then that code will not work.
I thought you are using WCFM own Multi-vendor module (https://wordpress.org/plugins/wc-multivendor-marketplace/)
Certainly, WCFM has no control over Dokan’s store page. You have to contact Dokan support for this.
Thank You
- January 16, 2019 at 12:08 pm #43918eliasafGuest
🙁
- January 17, 2019 at 9:04 pm #44161eliasafGuest
Hey i have a problem with the social networking logos with the template of electro told me you have icons in old version and it collides
- January 18, 2019 at 5:04 am #44186WCFM ForumMember
Hi,
Kindly show a screenshot, where it causing issue for you?
Thank You
- January 18, 2019 at 2:12 pm #44253perets.studioParticipant
https://worldat.co.il/wp-content/uploads/2019/01/לכידה-1.png
hii the problem with the icons of font awsom
Attachments:
You must be logged in to view attached files. - January 19, 2019 at 5:39 am #44311WCFM ForumMember
Hi,
Thanks for the details.
Can you please know me one thing, ask theme author for their Font Awesome version?
Thank You
- January 21, 2019 at 7:19 am #44532eliasafGuest
FontAwesome 5.0.
- January 21, 2019 at 8:13 am #44534WCFM ForumMember
Thanks for the information.
- January 23, 2019 at 9:41 pm #44873eliasafGuest
Hi how are you? Have you checked the icons problem?
- January 24, 2019 at 7:39 am #44919WCFM ForumMember
Yes we are checking, will add this support in coming update.
Thank You
- February 8, 2019 at 12:05 am #47129eliasafGuest
Hey is there an option to make any seller that autotics will set him free shipping unless he sleeps in his settings ….
- February 8, 2019 at 5:43 am #47157WCFM ForumMember
Hi,
Sorry, I am not getting your requirement very clearly.
Please give me a bit more details on this.
Thank you
- February 8, 2019 at 12:28 pm #47249eliasafGuest
Hi, for example, a new seller opened a store on the site and did not specify in his settings shipments, if coustmer wants to buy with this seller there is an error that the product was not sent to his area …
Is there a way in which I define an automatic who has not defined in his shipping settings then the shipment will be free? Or simply require each seller to set up deliveries and if he does not set up he will not be able to proceed - February 8, 2019 at 2:57 pm #47279WCFM ForumMember
Hi,
Thanks for the details, please setup Admin WC Zone Shipping for the purpose.
Thank You
- February 9, 2019 at 5:44 pm #47458eliasafGuest
thanks
Another question .. Do you know an option that messages will not reach spam? - February 9, 2019 at 6:01 pm #47462WCFM ForumMember
HI,
Well, for this you have to talk to your hosting provider.
Actually, it’s totally depend on Mail Server configuration.
Thank You
- AuthorPosts
- The topic ‘support tickets’ is closed to new replies.