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 - 401 through 425 (of 1,046 total)
  • Author
    Posts
  • in reply to: Shop manager access to certain stores #127301
    Sushobhan
    Keymaster

    Hi,
    Okay, so I was wrong 🙁
    Please use the following snippet to stop this behavior on store list page-

    add_filter( 'wcfm_allow_vendors_list', function( $allow_vendors = array(0) ) {
        if( wcfm_is_group_manager() && ! is_admin() && ! is_wcfm_page() ) {
            return array(0);
        }
        return $allow_vendors;
    }, 110 );

    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/
    Let me know how this goes.
    Thanks!

    in reply to: Costo de envio van para el vendedor #127285
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    To add the shipping cost to vendors earning enable Shipping cost goes to vendor? option from Settings >> Commission Settings see here- https://imgur.com/2L8s239
    Thank You! 🙂

    in reply to: stripe payement bug #127284
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    Please set the payment method from WCFM admin dashboard >> Membership >> Membership Settings (cog-wheel sign in header) >> Payments ref: https://imgur.com/oH2WvdW
    Thank You!

    in reply to: stripe payement bug 02 #127283
    Sushobhan
    Keymaster
    in reply to: Contacting the vendor store #127282
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    By default, the Inquiry button appears at the header section of a vendor store like this- https://imgur.com/j0NLBie
    And the form opens inside a popup like this- https://imgur.com/qYjA03H
    Though using the shortcode [wcfm_inquiry] using a text widget you can place it in the store sidebar as well.
    Thank You!

    in reply to: Translate notice Single Vendor Checkout #127109
    Sushobhan
    Keymaster
    This reply has been marked as private.
    in reply to: URL adresse web site vendor #127106
    Sushobhan
    Keymaster

    Hi,
    In my setup it’s working fine. Not sure whats happening on your side. Obviously the data is not saving. But, WHY?
    To debug this I’ll require to add some logs. Could you please provide me a temporary ftp access of your site? While doing so, don’t forget to mark it as private.
    Thank You!

    in reply to: Learndash Intergration #127081
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!

    Sorry! We haven’t started this yet.

    Thank you!

    Sushobhan
    Keymaster

    You are always 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 (if you haven’t already) 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: Translate notice Single Vendor Checkout #127039
    Sushobhan
    Keymaster

    Hi,

    Please share me a temporary site access to check. I’ll just check and tell you the problem, will not edit anything.

    If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    Don’t forget to mark it private.

    Thank You!

    in reply to: Product price limit #127036
    Sushobhan
    Keymaster

    Please, you’re embarrassing me ^^’
    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 (if you haven’t already) 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.

    Thank You 🙂

    in reply to: default shipping rates by admin #127034
    Sushobhan
    Keymaster

    Hi,
    From your response it seems admin is shipping the items via a shipping company. The shipping company only picking up items from seller location. If that is the case then you can disable store shipping and manage your shipping from WCFM dashboard or WooCommerce settings.
    Otherwise you’ll have to add those fields for your vendors.
    though, it can be custom coded to input global shipping cost. If you would like, please contact us here for the purpose – https://wclovers.com/setup-guidance/ (it will be a paid customization).
    Thanks!

    in reply to: Vendor dashboard slow #127031
    Sushobhan
    Keymaster

    Hello,
    Yes it’s possible to add delivery boys for the admin. If you don’t specify any store than your vendors can’t assign that delivery person but you can. Auto assignment is not supported. I’ll take a note of this suggestion.
    Thank You!

    in reply to: Delete "wcfm-sell-items-catalog" #127021
    Sushobhan
    Keymaster
    This reply has been marked as private.
    in reply to: Product price limit #127002
    Sushobhan
    Keymaster

    Ohh! You didn’t tell me that earlier. Please use the following snippet-

    jQuery( document ).ready( function ( $ ) {
        $( '#_wc_booking_cost' ).focusout( function () {
            if ( $( this ).val() < 6 ) { //
              alert('Please set price greater than 6');
              $( this ).val(6);
              $(this).focus();
            }
        } ); 
    } );

    Please clear cache before check.
    Thank You!

    in reply to: Stripe #126983
    Sushobhan
    Keymaster

    Hello,
    Right now Stripe 3D Secure only supported with Transfer charges. So if you want to use Destination Charges then you could not use 3D secure with it.
    Let me know.
    Thank You!

    in reply to: Error campos personalizados registro vendedores #126981
    Sushobhan
    Keymaster

    Hi,
    This will gets fixed in our next release.
    Thank You!

    in reply to: Wild Cards for postal codes shipping zones #126923
    Sushobhan
    Keymaster

    Hi Craig,
    Sorry it’s not ready yet. As you might be aware, we have launched Distance rate shipping option a few days ago.
    I’m feeling really bad for this delay. I’ll try to escalate this feature development.
    Thank You!

    in reply to: vendor settings #126922
    Sushobhan
    Keymaster

    Hi,
    To change the fields order in registration page, please override the template wc-multivendor-membership\templates\vendor_registration.php inside your child themes folder under the path [child theme folder]/wcfm/membership/vendor_registration.php.
    And for the support field orders use the following snippet-

    add_filter( 'wcfm_wcmarketplace_settings_fields_customer_support', function($fields) {
        $new_fields = array();
        if ( isset( $fields["vendor_customer_email"] ) )
            $new_fields["vendor_customer_email"] = $fields["vendor_customer_email"];
        if ( isset( $fields["vendor_customer_phone"] ) )
            $new_fields["vendor_customer_phone"] = $fields["vendor_customer_phone"];
        if ( isset( $fields["vendor_csd_return_country"] ) ) {
            $new_fields["vendor_csd_return_country"] = $fields["vendor_csd_return_country"];
            $new_fields["vendor_csd_return_country"]["type"] = 'hidden';
        }
        if ( isset( $fields["vendor_csd_return_zip"] ) )
            $new_fields["vendor_csd_return_zip"] = $fields["vendor_csd_return_zip"];
        if ( isset( $fields["vendor_csd_return_state"] ) )
            $new_fields["vendor_csd_return_state"] = $fields["vendor_csd_return_state"];
        if ( isset( $fields["vendor_csd_return_city"] ) )
            $new_fields["vendor_csd_return_city"] = $fields["vendor_csd_return_city"];
        if ( isset( $fields["vendor_csd_return_address1"] ) )
            $new_fields["vendor_csd_return_address1"] = $fields["vendor_csd_return_address1"];
        if ( isset( $fields["vendor_csd_return_address2"] ) )
            $new_fields["vendor_csd_return_address2"] = $fields["vendor_csd_return_address2"];
        return $new_fields;
    } );

    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/
    Let me know how this goes.
    Thanks!

    Sushobhan
    Keymaster

    Hi,
    I wasn’t referring the problem is due to the theme. But the customization’s from your end.
    Anyway, you can share your access here, but please be sure to enable Set as private reply while doing so. Also I’ll require a list of items that you want me to check.
    Thank You!

    in reply to: Disable product option #126822
    Sushobhan
    Keymaster

    Hello,
    Sorry I forgot to mention, you will require WCFM Ultimate( https://wclovers.com/product/woocommerce-frontend-manager-ultimate/ ) for these capabilities.
    Thank You!

    in reply to: URL adresse web site vendor #126814
    Sushobhan
    Keymaster

    Hi,
    Are you giving a valid url? We are using esc_url_raw function to sanitize user input, so if it’s not a valid url it will not getting saved.
    Let me know.
    Thank You!

    in reply to: Registration Emails not going through #126595
    Sushobhan
    Keymaster

    Hi,

    Thanks for getting in touch with us!

    Go to WCFM admin dashboard >> Settings >> Notification Manager and from there check if New Store notification is enabled or not.

    Please keep install this plugin and be sure mails are generated or not? https://wordpress.org/plugins/wp-mail-logging/

    Thank You

    in reply to: Disable product option #126588
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    Please go to Capability menu from your WCFM admin dashboard and from there you can disable Virtual and Downloadable from Types section like this- https://imgur.com/TJfb42t. Scroll down a little more and under Field section disable Sale Price, Sales Schedule, and Description like this- https://imgur.com/lotWh1u
    Let me know how it goes.
    Thank You!

    in reply to: Product price limit #126585
    Sushobhan
    Keymaster

    Hello,
    You will need to wrap this inside jQuery ready method. Like the following-

    jQuery( document ).ready( function ( $ ) {
        $( '#regular_price' ).focusout( function () {
            if ( $( this ).val() < 6 ) { //
              alert('Please set price greater than 6');
              $( this ).val(6);
              $(this).focus();
            }
        } ); 
    } );

    Let me know how it goes.
    Thank You!

Viewing 25 posts - 401 through 425 (of 1,046 total)