WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Forum Replies Created

Viewing 25 posts - 126 through 150 (of 12,721 total)
  • Author
    Posts
  • in reply to: Eliminate all non-essential admin-ajax.php requests #115245
    WCFM Forum
    Member

    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

    WCFM Forum
    Member

    Hi,

    Well, this is because of theme template. It totally destroyed WooCommerce hook/filters.

    between, which theme you are using for the site?

    Thank You

    in reply to: WooCommerce PDF Vouchers – WordPress Plugin #115243
    WCFM Forum
    Member

    Hi,

    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/#shortcode

    Thank You

    in reply to: Problem on store invoice #115241
    WCFM Forum
    Member

    Hi,

    Please be sure, you have this plugin installed in your site = https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/

    Thank You

    in reply to: Our Policies doesn't go away #115240
    WCFM Forum
    Member

    Hi,

    Please go to WCFM Admin Setting -> Modules -> Set OFF “Policy” module – https://ibb.co/K0F9Nbh

    Thank You

    in reply to: Vendor Store Settings redirect to my-account page #115239
    WCFM Forum
    Member

    Hi,

    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

    in reply to: Store Settings redirecting to my-account page #115238
    WCFM Forum
    Member

    Hi,

    Is this a multi-site installation?

    Are you using WPML for the site?

    Thank You

    in reply to: Show vendor info to customer after purchase #115237
    WCFM Forum
    Member

    Are you using WCFM – Group & Staff addon?

    If yes, then you have to disable these from group level capability as well.

    Thank You

    in reply to: Just one delivery boy for all vendors #115236
    WCFM Forum
    Member

    Hi,

    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

    in reply to: Vendors id #115235
    WCFM Forum
    Member

    Well, this is WP user id and it generates automatically. We can not alter this.

    in reply to: Editing selected words work together with WPML #115234
    WCFM Forum
    Member

    Hi,

    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

    in reply to: i am having trouble getting to my settings #115232
    WCFM Forum
    Member

    Please contact us here – https://wclovers.com/setup-guidance/

    We have to debug this.

    in reply to: filter for a vendor custom field #115231
    WCFM Forum
    Member

    Sorry 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

    in reply to: Enquiry button with Divi theme #115230
    WCFM Forum
    Member

    Hi,

    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

    in reply to: Filter Order Export Values on orderslist (and others) #114993
    WCFM Forum
    Member
    in reply to: Coupons #114992
    WCFM Forum
    Member

    https://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

    in reply to: Deposits + Stripe split pay #114990
    WCFM Forum
    Member

    HI,

    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

    in reply to: Edit Image functions not working #114986
    WCFM Forum
    Member

    Hi,

    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

    in reply to: Consolidate shipping costs #114985
    WCFM Forum
    Member

    Hi,

    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

    in reply to: WCFM Marketplace – Elementor integrated #114984
    WCFM Forum
    Member

    Yes, 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

    in reply to: stores disappeared from lists #114983
    WCFM Forum
    Member

    Well, 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?

    in reply to: Product reviews #114982
    WCFM Forum
    Member

    No, vendors are not allowed to manage product reviews.

    in reply to: Add Product NOT WORKING #114981
    WCFM Forum
    Member

    Hi,

    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

    in reply to: Download permission for WCFM Problem #114980
    WCFM Forum
    Member

    Please contact our premium support for this – https://wclovers.com/premium-support/

    Possibly you had changed your account email, so this issue arise.

    in reply to: Affiliate link tool on the same product #114979
    WCFM Forum
    Member

    Hi,

    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('&nbsp;&nbsp;<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

Viewing 25 posts - 126 through 150 (of 12,721 total)