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 388 total)
  • Author
    Posts
  • in reply to: Removing Settings Tabs on Vendor's Dashboard #117792

    You’re most welcome. 🙂
    Let me know if there’s anything else we can help you with.
    Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.

    in reply to: Vendor Name with Astra theme problem #117786

    Hi,

    Adding the below css code to your child theme’s style.css file will fix the issue.

    .woocommerce ul.products li.product .woocommerce-loop-product__link {
    	overflow: inherit !important;
    }
    div.wcfmmp_sold_by_container + a {
    	bottom: 78px !important;
    }

    You don’t have to add the code again, I already did it, it’s working fine now.

    Thanks,

    in reply to: urgent hep – My Icons turn into squares #117767

    Hi,

    It’s working now.
    The “WordPress Address (URL)” and “Site Address (URL)” under wp-admin->Settings->General needed to set with “https” only.

    Thanks,

    in reply to: urgent hep – My Icons turn into squares #117718

    Hi,

    Please share us your website login credentials and do share it as private reply here. We need to check.

    Thanks,

    in reply to: urgent hep – My Icons turn into squares #117691

    Hi,

    Please check your browser console whether there is any javascript error or not. Also go to wp-admin->WooCommerce->Status->Logs and check whether there is a fatal error or not.

    If you are not using all updated versions of our plugins then please do update them all and check again. Don’t forget to take backup of your database and all files before updating anything.

    Do let us know if you find something.

    Thanks,

    in reply to: Removing Settings Tabs on Vendor's Dashboard #117680

    Hi,

    Please add the below given css code to your child theme’s style.css file.

    .product_translations, #wcfm_product_translations {
      display: none !important;
    }

    Thanks,

    in reply to: store credit #117583

    Hi,

    You can create coupons to achieve this. Vendors can create their coupons and send it to customers and those customers can apply that coupon while purchasing that particular vendors products only.

    Thanks,

    in reply to: Action buttons not align #117581

    Welcome 🙂

    in reply to: Directory #117579

    Hi,

    Yes the above code will work while creating users from wp-admin -> Add user. But we recommend a mandatory email field while adding vendors from WCFM store manager and also from vendor registration page.

    Thanks,

    in reply to: Action buttons not align #117549

    Hi,

    Adding this below css code to your child theme’s style.css file will fix the issue.

    #wcfm-knowledgebase .sorting_disabled {
    	text-align: center !important;
    }

    You don’t have to add this code to your site as I’ve already added it and its working fine.

    Thanks,

    in reply to: google maps #117547

    Hi,

    As you mentioned in your previous reply that you fixed the issue, thats great. But the link is not opening correctly, it breaks.

    Thanks,

    Tried again. Didn’t work as usual.

    in reply to: Vendor Name with Astra theme problem #117543

    Hi,

    Please provide me your website link and wp-admin login credentials(username & password). So that I can login to your site and check the issue.

    Thanks,

    in reply to: Action buttons not align #117542

    Hi,

    Can you please provide me the link of the page with this alignment issue?

    Thanks,

    in reply to: Directory #117541

    Hi,

    Sorry email id field is mandatory so that can’t be an optional field during registration. Every user registration requires a valid email address. It should pass WordPress email validation rule. You may check from wp-admin -> Add user also. It is WordPress standard.

    Thanks,

    in reply to: Vendor view of shipping zone settings broken #116871

    Hi,

    It seems to be a css issue, can you please share us your website login details so that we can check the issue.
    Please send your website login credentials as private reply here.

    Thanks,

    in reply to: store credit #116864

    Hi,

    Sorry didn’t get your requirement. Can you please elaborate a bit more?

    Thanks,

    in reply to: Customization #116863

    Hi,

    Sorry didn’t get you. Can you please explain elaborately what you want to customize?

    Thanks,

    in reply to: Remove Map and Location filter #116804

    Hi,

    Are you trying to remove the map and filter from store list page?
    If yes then you have to pass “map” and “filter” attributes with blank value.
    Please use the below shortcode to get it work.

    [wcfm_stores map=”” filter=””]

    Thanks,

    in reply to: Looking for Pricing Table Plugin for WordPress #116803

    Hi,

    You may use any of them if you want but we don’t provide support for these pricing table plugins.
    If you are looking for membership pricing plan then we have our own membership plugin, you can use that to create your membership plans for vendors.
    WCFM – WooCommerce Multivendor Membership: https://wordpress.org/plugins/wc-multivendor-membership/

    Thanks,

    in reply to: On store liste, paginations doesn`t work #116333

    Hi,

    Are you using all updated versions of our plugin? If not then please update them and check once. Don’t forget to take backup of all your files and database before updating anything.
    Also if you are using any cache or optimize plugin then please deactivate them once and check again.

    Do let us know if any issues further.

    Thanks,

    in reply to: google maps #116329

    Hi,

    Please provide us the link, we need to check.

    Thanks,

    in reply to: Vendor Name with Astra theme problem #116327

    Hi,

    It seems to be a css issue. Please provide us the respective ink, we will get back to you.

    Thanks,

    in reply to: Product reviews #116326

    Hi,

    WCFM has no settings for product review. It has review settings for vendor reviews which is only accessible to administrator.

    Thanks,

    in reply to: Customise the add product form #116278

    Hi,

    Please add the below code to your child theme’s functions.php file or if you are not using any child theme then please use Code Snippets plugin (https://wordpress.org/plugins/code-snippets/) to add this code to your site.

    add_action( 'after_wcfm_products_manage', function() {
    	?>
      <style>
      .wcfm-tabWrap .page_collapsible, .wcfm-tabWrap .page_collapsible + .wcfm-container {
      	width: 98% !important;
      	position: relative !important;
      }
      .wcfm-tabWrap {
      	height: auto !important;
      }
      </style>
      <script>
      jQuery( document ).ready( function( $ ) {
      	setTimeout(function() {
      		$('.wcfm-tabWrap .page_collapsible').off('click');
      		$('.wcfm-tabWrap').find('.wcfm-container').removeClass('collapse-close').addClass('collapse-open').show();
      	}, 2000 );
      });
      </script>
    	<?php
    });

    Thanks,

Viewing 25 posts - 126 through 150 (of 388 total)