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 - 251 through 275 (of 388 total)
  • Author
    Posts
  • in reply to: Dumplicate template page #108865

    Hi,

    Can you please explain your requirement more elaborately? Also if you could share us the link or screenshot of the section.

    Thanks,

    in reply to: How to determine vendor referrer #108864

    Hi,

    Sorry we don’t have this feature, admin can’t assign products to affiliates. Affiliates have to generate their product affiliate urls.

    Thanks,

    in reply to: How to remove Sold-By Link #108860

    Hi,

    Please add the below code to your child theme’s functions.php file, if you are not using any child theme then please use code snippet plugin to add this code.

    add_filter( 'wcfmmp_is_allow_sold_by_linked', 'cus_wcfmmp_is_allow_sold_by_linked' );
    function cus_wcfmmp_is_allow_sold_by_linked() {
    	return false;
    }

    Thanks,

    in reply to: Amin CSV produt export by store vendor #108834

    Hi,

    You can’t export products of a specific vendor as admin, you can export product type wise but not of a single vendor.

    Thanks,

    in reply to: Store Page Shrunk #108830

    Hi,

    Please provide us the link.

    Thanks,

    in reply to: Store Location #108826

    Hi,

    There are 3 types of store list page theme views, they are: simple, classic, compact.
    Attached screenshots of 3 types of theme views below.
    PFA….

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Hi,

    You are most welcome 🙂

    Please let us know if there’s anything else we can help you with.
    Meanwhile can we ask you 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.

    Thanks,

    Hi,

    Please add the below code in your theme’s style.css file.

    table#wcfm-orders tbody tr td:nth-child(3) > a {
      display: none !important;
    }

    Thanks,

    in reply to: affiliate url #108745

    Hi,

    1)so a url has to be generated for each product seperately?
    Yes, affiliate user has to generate affiliate url for each product seperately.

    2) I create blogs for affiliates on my multisite as well as creating ecommerce stores for vendors. whats the best way of using my multisite capabilities in combination with ecommerce stores for vendors and blogs for affiliates?
    Affiliates of your ecommerce site can share their generated product affiliate urls in your blog site. When customer will purchase the products browsing those product affiliate urls then the respective affiliate user will receive a percentage commission.

    Thanks,

    in reply to: Import CSV #108573

    Hi,

    Can you please check your browser console whether there is any javascript error or not?
    Also are you using the correct product csv format? If not then please do export the existing products of your site from products section under store manager page and check the correct product csv format.

    Thanks,

    in reply to: Vendor export issue #108566

    Hi,

    Yes, the export works page wise, when you paginate to next page it will export the vendors of that page only.

    Thanks,

    Hi,

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

    table#wcfm-payments thead tr th:nth-child(5), table#wcfm-payments thead tr th:nth-child(6), table#wcfm-payments thead tr th:nth-child(7), table#wcfm-payments tfoot tr th:nth-child(5), table#wcfm-payments tfoot tr th:nth-child(6), table#wcfm-payments tfoot tr th:nth-child(7), table#wcfm-payments tbody tr td:nth-child(5), table#wcfm-payments tbody tr td:nth-child(6), table#wcfm-payments tbody tr td:nth-child(7), table#wcfm-orders thead tr th:nth-child(5), table#wcfm-orders tfoot tr th:nth-child(5), table#wcfm-orders tbody tr td:nth-child(5) {
      display: none !important;
    }

    Thanks,

    in reply to: affiliate url #108473

    Hi,

    Yes it should be a url from your site. Our affiliate plugin works like this:

    User has to register themselves as affiliates in your site and then they can generate affiliate urls of the products of your site. After that if any customer purchases that product browsing that url then the respective affiliate will get commission according to the percentage set.

    Thanks,

    in reply to: WCFM Store List malfunction #108244

    Hi,

    You’re most welcome. Glad to hear that your site is working fine now and thanks for spending your valuable time for the review.
    Please do let us know if any issues further.

    Thanks,

    in reply to: Problem with existing customer #108243

    Hi,

    Please add the below css code in your theme’s style.css file to hide email address from the customer view.

    #customers_details_general_expander .user_email, #customers_details_general_expander #user_email {
      display: none !important;
    }

    Thanks,

    in reply to: Vendor List not the Next Pages #107864

    Hi,

    And yes I do have custom code snippet on the website. Would it be the one causing problems?
    Please try deactivating the code snippets also. If the problem still persists then please share your website login details with us.

    Please do share your website credentials as private reply here.

    Thanks,

    in reply to: How to resize the store in the store list size? #107863

    Hi,

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

    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer {
      height: auto !important;
      min-height: auto !important;
    }

    Thanks,

    in reply to: Vendor Verification: Documents not visible in Store Manager #107862

    Hi @c_pintican,

    You’re most welcome. Glad to hear that your issue has been resolved.

    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.

    Thanks,

    in reply to: Problem with existing customer #107859

    Hi,

    Please add the below code to your child theme’s functions.php file. If you are not using any child then use “Code Snippets” plugin to add this code.

    add_filter( 'wcfm_get_customers_args', 'cus_wcfm_get_customers_args', 10, 3 );
    function cus_wcfm_get_customers_args() {
    	$args['role__in'] = array( 'customer' );
    	$args['include'] = '';
    	return $args;
    }

    Thanks,

    in reply to: Can Vendors upload photos? #107757

    Hi,

    Vendors don’t have the upload option in media section. Can you please share a screenshot of the section where you are getting this upload option?
    Images uploaded by vendors will only be displayed in the media section. I mean product images and others.

    Thanks,

    in reply to: WCFM Store List malfunction #107753

    Hi,

    You’re using the “simple” theme for the store list page in your main site.
    Please use the below shortcode to get the store list view like your test site:
    [wcfm_stores theme=”classic”]

    Thanks,

    in reply to: Product category limit #107748

    Hi,

    Great 🙂
    Glad to hear that your issue has been resolved. So we’re closing the topic.

    Thanks,

    in reply to: Affiliate registration form not working. #107631

    Hi,

    Can you please check your WooCommerce error log report by navigating to wp-admin->WooCommerce->Status->Logs ?
    Please mention if there is an error over there.

    Thanks,

    in reply to: Vendor Verification: Documents not visible in Store Manager #107618

    Hi,

    Please update your “WOOCOMMERCE FRONTEND MANAGER – ULTIMATE” addon plugin to the latest version.

    Thanks,

    in reply to: Vendor Page Header Menu Problem. #107608

    Hi,

    Thanks for choosing our marketplace plugin, we appreciate your view towards it.

    The given vendor store page link is not working.
    You can edit the header menu section from wp-admin->Appearance-Menus area and below menu there is breadcrumb. You can check your theme option settings if you wish to remove the breadcrumb.

    Please do let us know if any further issues.

    Thanks,

Viewing 25 posts - 251 through 275 (of 388 total)