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 - 151 through 175 (of 513 total)
  • Author
    Posts
  • in reply to: issue with new vendors #81631
    sdel_nevo
    Participant

    Hi Guys

    that’s brilliant

    will you also resolve the β€œSorry, you are not allowed to attach files to this post.” error when these roles try to add media

    Steve

    sdel_nevo
    Participant

    Hi Mate

    the google calendar connection can be found under the user’s profile section

    as per the screenshot

    but first, you will need to connect your account in the woocomerce settings section

    Steve

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

    Hi BTK

    yes, the WC appointments plugin integrates with google calendar so that staff can sync there calendar for bookings, this sync can be set to oneway only your store to google, or two way syncing your store to google and from goole to your store.

    however

    This does not work out of the box for vendors, to achieve this vendor need to be given staff role, this can be achieved with this code snippet

    //Calendar Sync For vendors - Add Straff Role
    add_action( 'wcfmmp_new_store_created', function( $member_id, $wcfmmp_settings ) {
    $member_user = new WP_User(absint($member_id));
    $member_user->add_role('shop_staff'); 
    update_user_meta( $member_id, '_wcfm_vendor', $member_id);
    }, 50, 2 );

    however

    I have found an issue with the code above, more details can be found with this link
    https://wclovers.com/forums/topic/issue-with-new-vendors/

    so I would advise against using this as a workaround until it’s been resolved

    Steve

    in reply to: issue with new vendors #81474
    sdel_nevo
    Participant

    Hi Guys

    i have replied to your email you sent me via the priority support link at 06:44 this morning

    steve

    in reply to: WCFM Frontend Manager Removed From WordPress.org? #81473
    sdel_nevo
    Participant

    Hi

    I’ve updated and have not had any issues so far

    steve

    in reply to: Re-captcha support for vendor registration form? #81387
    sdel_nevo
    Participant

    Hi Mate

    You’re most welcome πŸ™‚

    and you

    Steve

    in reply to: Re-captcha support for vendor registration form? #81383
    sdel_nevo
    Participant

    Hi

    yes the captcha is set up on the registration form as per the screenshot
    its also on the ask a question form to

    have fun

    Steve

    Attachments:
    You must be logged in to view attached files.
    in reply to: issue with new vendors #81344
    sdel_nevo
    Participant

    Hi Guys

    I know you are extremely busy guys, but have you been able to look into this issue?

    when adding

    staff members
    delivery drivers
    affililiates as shown here https://wclovers.com/forums/topic/affiliate-profile-image/

    all these user roles are able to access all the media on the site, when trying to upload an image and selecting “Media Libary”

    however, they are not able to upload images to there profile, product image or any location as they get “Sorry, you are not allowed to attach files to this post.”

    I have commented out of the site the code above that enabled vendors to have shop staff role so the two-way google calendar sync works, if I comment that back in vendors have the same problem when new one’s sign up

    Please please can you take a look at this

    I have updated all plugins to the latest versions

    Steve

    in reply to: Re-captcha support for vendor registration form? #81325
    sdel_nevo
    Participant

    Hi

    try this plugin

    https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/

    works at treat for me πŸ™‚

    steve

    in reply to: issue with new vendors #81193
    sdel_nevo
    Participant

    Hi Guys

    I know you are very busy, but have you been able to look into this?

    Any vendors that sign up have the issues below

    1. they can see all the media on the site when he should only see his own – even if he has not uploaded any images yet!

    and

    2. they cannot upload any images to his logo, store header, products or profile image as I get β€œSorry, you are not allowed to attach files to this post.”

    you have access with the login details for my testing site provided in the above private post

    Please advise

    Steve

    in reply to: Affiliate profile Image #81038
    sdel_nevo
    Participant

    Hi guys

    Do you know when the update will be released to resolve the issue posted above?

    I know you guys are really busy

    Steve

    in reply to: issue with new vendors #80958
    sdel_nevo
    Participant

    Hi guys

    The forum says you replied, but noth8ngs showing here

    Steve

    in reply to: issue with new vendors #80915
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: issue with new vendors #80839
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: issue with new vendors #80788
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: issue with new vendors #80733
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: issue with new vendors #80726
    sdel_nevo
    Participant

    Hi Guys

    really sorry to keep bothering you

    when I comment out the code to give shop vendors the staff role aswell so the google calendar two-way sync works for shop vendors

    //Calendar Sync For vendors - Add Straff Role
    add_action( 'wcfmmp_new_store_created', function( $member_id, $wcfmmp_settings ) {
    $member_user = new WP_User(absint($member_id));
    $member_user->add_role('shop_staff'); 
    update_user_meta( $member_id, '_wcfm_vendor', $member_id);
    }, 50, 2 );

    the system works correctly

    I have commented out this code as it appears to be causing the issue

    Steve

    in reply to: issue with new vendors #80724
    sdel_nevo
    Participant

    Hi Guys

    I have been doing some further testing, if the site admin creates a new user and gives them store vendor role (from the WordPress backend) but does not assign this vendor to any membership plan (from WCFM membership), this new vendor can log in and upload images and they cannot see all the media on the site only there own.

    which is how it should be.

    As soon as the vendor is assigned a membership plan vis the (WCFM Membership plugin) this vendor can now no longer upload any media to products, profile or store logo or header images. and can also see all media when selecting media library.

    It’s pointing to the update to WCFM Membership – WooCommerce Memberships for Multivendor Marketplace 2.6.6 as the problem.
    this is a big problem for me

    Steve

    in reply to: issue with new vendors #80720
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: issue with new vendors #80635
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: vendor registration address #80600
    sdel_nevo
    Participant

    Hi

    Yeah sure have πŸ˜€ I dropped you an email love the new look

    Steve

    in reply to: vendor registration address #80591
    sdel_nevo
    Participant

    Hi guys

    That’s fantastic πŸ˜€

    Many thanks for this. It’s amazing that you guys openly provide the code for your users to change the software to fit there needs,

    If I could I would change the 5 star review I gave to 10 stars

    To be honest I think you guys are the most accommodating software company I have ever used

    Steve

    in reply to: Null appearing in county field #80459
    sdel_nevo
    Participant

    Hi Guys

    I can’t remember if I updated you about this via E-Mail.

    this is working great now

    many thanks

    Steve

    in reply to: Search ability for product categories #80196
    sdel_nevo
    Participant

    Hi Guys

    been looking at this plugin, it looks really good, the only problem with it is, it hides the “Add Category” functionality

    is it possible to add that?

    Steve

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Affiliate has just released! #80020
    sdel_nevo
    Participant

    Fantastic πŸ™‚

Viewing 25 posts - 151 through 175 (of 513 total)