Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › support tickets
- This topic has 27 replies, 3 voices, and was last updated 6 years ago by
WCFM Forum.
- AuthorPosts
- January 10, 2019 at 11:31 am #42922
perets.studio
ParticipantHi 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 #42942
WCFM Forum
MemberHi,
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 #43322
eliasaf
GuestHi 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 #43471
WCFM Forum
MemberHI,
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 #43472
eliasaf
Guest - January 15, 2019 at 6:05 am #43572
WCFM Forum
MemberThanks 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 #43734
eliasaf
GuestHi, 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 #43802
WCFM Forum
MemberHI,
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 #43878
eliasaf
GuestHi 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 #43891
WCFM Forum
MemberHi,
Opps! are you using “Dokan” as multi-vendor plugin?
Thank You
- January 16, 2019 at 11:24 am #43912
eliasaf
GuestYes thanks….
- January 16, 2019 at 11:39 am #43917
WCFM Forum
MemberSorry, 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 #43918
eliasaf
Guest🙁
- January 17, 2019 at 9:04 pm #44161
eliasaf
GuestHey 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 #44186
WCFM Forum
MemberHi,
Kindly show a screenshot, where it causing issue for you?
Thank You
- January 18, 2019 at 2:12 pm #44253
perets.studio
Participanthttps://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 #44311
WCFM Forum
MemberHi,
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 #44532
eliasaf
GuestFontAwesome 5.0.
- January 21, 2019 at 8:13 am #44534
WCFM Forum
MemberThanks for the information.
- January 23, 2019 at 9:41 pm #44873
eliasaf
GuestHi how are you? Have you checked the icons problem?
- January 24, 2019 at 7:39 am #44919
WCFM Forum
MemberYes we are checking, will add this support in coming update.
Thank You
- February 8, 2019 at 12:05 am #47129
eliasaf
GuestHey 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 #47157
WCFM Forum
MemberHi,
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 #47249
eliasaf
GuestHi, 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 #47279
WCFM Forum
MemberHi,
Thanks for the details, please setup Admin WC Zone Shipping for the purpose.
Thank You
- February 9, 2019 at 5:44 pm #47458
eliasaf
Guestthanks
Another question .. Do you know an option that messages will not reach spam? - February 9, 2019 at 6:01 pm #47462
WCFM Forum
MemberHI,
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.