Forum Replies Created
- AuthorPosts
- WCFM ForumMember
HI,
The plugin seems to initiate a request every 60 seconds (I think?). It looks like they are to pull in new notifications like inquiries etc. is that correct?
– Right, you may disable this by adding this line to your site –
add_filter( 'wcfm_is_allow_desktop_notification', '__return_false' ); add_filter( 'wcfm_is_allow_new_message_check', '__return_false' );
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
April 4, 2020 at 12:36 pm in reply to: Enquire (ask a question) button Appearing top left of product page #115244WCFM ForumMemberHi,
Well, this is because of theme template. It totally destroyed WooCommerce hook/filters.
between, which theme you are using for the site?
Thank You
WCFM ForumMemberHi,
1) When a vendor uploads their logo in the voucher settings, the logo does not appear in the PDF
– We are checking this.2) the seller has no way to check how many vouchers have been sold, cannot view their codes, the “Purchased voucher codes” list is empty, the “Used voucher codes” list is also empty.
– Please create pages using these shortcodes and add under vendor dashboard using WCFM Admin Setting -> Menu Manager – https://docs.wpwebelite.com/woocommerce-pdf-vouchers/pdf-vouchers-setup-docs/#shortcodeThank You
WCFM ForumMemberHi,
Please be sure, you have this plugin installed in your site = https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/
Thank You
WCFM ForumMemberHi,
Please go to WCFM Admin Setting -> Modules -> Set OFF “Policy” module – https://ibb.co/K0F9Nbh
Thank You
WCFM ForumMemberHi,
Is this a multi-site installation?
Are you using WPML for the site?
Well, this issue occurs due to browser cache and cookie.
Thank You
WCFM ForumMemberHi,
Is this a multi-site installation?
Are you using WPML for the site?
Thank You
WCFM ForumMemberAre you using WCFM – Group & Staff addon?
If yes, then you have to disable these from group level capability as well.
Thank You
WCFM ForumMemberHi,
Please add this snippet to your site, hence all vendors will able to see all delivery persons =
add_filter( 'wcfmd_get_delivery_boys_args', function( $delivery_boys_args ) { if( wcfm_is_vendor() ) { if( isset( $delivery_boys_args['meta_key'] ) ) unset( $delivery_boys_args['meta_key'] ); if( isset( $delivery_boys_args['meta_value'] ) ) unset( $delivery_boys_args['meta_value'] ); } return $delivery_boys_args; }, 50 );
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
WCFM ForumMemberWell, this is WP user id and it generates automatically. We can not alter this.
WCFM ForumMemberHi,
Please add this code snippet to your site –
function wcfm_custom_0404_translate_text( $translated ) { $translated = str_ireplace( 'Product', 'Artwork', $translated ); $translated = str_ireplace( 'product', 'artwork', $translated ); $translated = str_ireplace( 'Vendor', 'Artist', $translated ); $translated = str_ireplace( 'vendor', 'artist', $translated ); return $translated; } add_filter('gettext', 'wcfm_custom_0404_translate_text'); add_filter('ngettext', 'wcfm_custom_0404_translate_text');
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
WCFM ForumMemberPlease contact us here – https://wclovers.com/setup-guidance/
We have to debug this.
WCFM ForumMemberSorry for delayed reply, hope you have already received reply over premium support.
Due to current situation we are running with a very small team so replies are getting a bit delayed.
Please use this widget for the purpose- https://ibb.co/31wKT7B
Thank You
WCFM ForumMemberHi,
Yeah we are fine. Hope you are also safe 🙂
Well, you may set Inquiry button position from WCFM Admin Setting -> Inquiry Setting – https://ibb.co/T2FRCb3
Please try a different position and check.
Thank You
April 3, 2020 at 10:03 am in reply to: Filter Order Export Values on orderslist (and others) #114993WCFM ForumMemberhttps://wclovers.com/wp-content/uploads/2020/03/Screen-Shot-2020-03-20-at-1.14.36-PM.png
– Is this a valid address?
Thank You
WCFM ForumMemberhttps://wclovers.com/wp-content/uploads/2020/03/Sn%C3%ADmek-z-2020-03-20-13-24-02.png
– Vendor has that category in list. Where is the issue?
Thank You
WCFM ForumMemberHI,
1. until button “Invoice remaining Balance” in edit-order page is clicked.
– Deposit plugin works like this.
2. We have to check this.
Between, hope you are using all latest version of plugins!
Thank You
WCFM ForumMemberHi,
Do you know why this is? Is there a setting that need to be checked in the admin side to allow this editor to work?
– NO setting required for this.
What is extension for uploaded image?
Thank You
WCFM ForumMemberHi,
I want those shipping costs to be totalled and displayed on the user’s end on the cart. So the shipping cost ends up being 10$ instead of 5$ separately per vendor.
– This will not work. It’s possible to disable vendor shipping to avoid show vendor wise shipping cost. But then it will calculate total order shipping cost as per Admin’s shipping setting.
Thank You
WCFM ForumMemberYes, WCFM well compatible with Divi Theme.
For Auction feature you will require this plugin – https://codecanyon.net/item/woocommerce-simple-auctions-wordpress-auctions/6811382
Thank You
WCFM ForumMemberWell, buddypress module has effect on this.
Possibly there has some error in your site.
Please check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?
WCFM ForumMemberNo, vendors are not allowed to manage product reviews.
WCFM ForumMemberHi,
Is this happening to only “Add Product” page? other dashboard pages working fine?
Please go to WCFM Admin Setting -> Dashboard Pages -> Change “Add Product” page End point slug and check once. https://ibb.co/zNpnCzX
Thank you
WCFM ForumMemberPlease contact our premium support for this – https://wclovers.com/premium-support/
Possibly you had changed your account email, so this issue arise.
WCFM ForumMemberHi,
Add this code to your site. This will show affiliate link under each single product page –
add_action( 'woocommerce_single_product_summary', function() { global $WCFM, $WCFMmp, $product; if( wcfm_is_affiliate() ) { if( method_exists( $product, 'get_id' ) ) { $product_id = $product->get_id(); $affiliate_id = get_current_user_id(); $affiliate_url = wcfm_get_affiliate_url( $affiliate_id, get_permalink( $product_id ) ); ?> <div class="wcfm-clearfix"></div> <div class="store_info_parallal" style="margin-right: 10px;"> <i class="wcfmfa fa-link" aria-hidden="true"></i> <span class="afcode" data-aurl="<?php echo $affiliate_url; ?>">Affiliate URL</span> </div> <div class="wcfm-clearfix"></div> <script> jQuery(document).ready(function($) { $code_index = '999'; $('span.afcode').each(function() { $(this).append(' <i style="color:#00897b;cursor:pointer;" data-ref="'+$code_index+'" title="Copy" class="fa fa-copy"></i>'); $(this).append('<textarea style="border:0!important;height:0px;opacity:0!important" id="'+$code_index+'">'+$(this).data('aurl')+'</textarea>'); $(this).find('i').click(function() { var copyText = document.getElementById($(this).data('ref')); copyText.select(); document.execCommand("copy"); }); $code_index++; }); }); </script> <?php } } }, 6 );
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
- AuthorPosts