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 513 total)
  • Author
    Posts
  • in reply to: Affiliate registratio – capcha missing #82485
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: vendor registration #82470
    sdel_nevo
    Participant

    Hi guys

    they don’t miss that, they just don’t physically click on the proceed button on the confirmation page

    they register as a subscriber to the site, but not a vendor

    I know its user error, but I’ve had two vendors sign up that have done this

    would it be possible to only complete the signup process after the “proceed” button has been pressed?

    Steve

    in reply to: issue with new vendors #82423
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: Remove items for shop staff #82422
    sdel_nevo
    Participant

    Hi Guys

    sorry, just found this after I posted

    you have to set it as a custom capability from the vendor’s store,

    when clicking custom capability for that staff member, you can see under the profile section the membership, verification area
    this is not in the main staff capabilities is it possible to add these there so that these can be set to “off” for all staff members by default

    Steve

    in reply to: Remove items for shop staff #82402
    sdel_nevo
    Participant

    Hi Guys

    I have been trying to remove these items for staff

    profile – subscription details
    profile – verification
    store-manager – ledger book

    was this capability added?

    if so I can’t see it anywhere

    Steve

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

    Hi Guys

    I have just had a vendor sign up and assign a staff member, that staff member has access to all users media.

    staff role appears to have the same issue as the affiliates did, they can see all users media

    is there a snippet I could apply to stop this, or will this be addressed in an update t the groups and staff plugin?

    Steve

    in reply to: issue with new vendors #82306
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: issue with new vendors #82301
    sdel_nevo
    Participant

    Hi Guys

    where do I put the code above, in the functions.php file?

    I have looked but can’t see where you entered this on my test site

    it is working on the test site really well, many thanks

    Steve

    in reply to: Stripe 3D Secure and SCA #82279
    sdel_nevo
    Participant

    Hi guys

    Thanks for the update, in your opinion do you think that in the near future stipe will update the charges API

    If they do, will you be able to update the plugin to accommodate this

    Steve

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

    Hi guys

    That’s brilliant many thanks for the help

    Steve

    in reply to: Stripe 3D Secure and SCA #82205
    sdel_nevo
    Participant

    Hi Me

    yes it does sound like we have very similar projects
    i have dropped you a mail to your e-mail address

    Cheers

    Steve

    in reply to: issue with new vendors #82142
    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: issue with new vendors #82139
    sdel_nevo
    Participant

    Hi Guys

    No, we are not editing user roles at all

    we haven’t installed a role editor, were just using the roles the WCFM have created

    Steve

    in reply to: VENDOR Email on Vendor Page #82133
    sdel_nevo
    Participant

    Hi Guys

    That’s brilliant, and works really well 🙂
    many thanks

    Steve

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

    Hi guys

    so to recap after more testing on my site after updating all plugins today to the latest versions

    issues remaining

    delivery boy
    Shop Staff
    vendors with (shop staff role)
    have this issue “Sorry, you are not allowed to attach files to this post.” when trying to add images to posts, products profile image

    affiliates
    can still see all sites media
    and get Sorry, you are not allowed to attach files to this post.” when trying to add images profile

    issues fixed
    shop staff
    delivery boys
    vendors with shop staff role
    issue allowing them to see all site media, this appears to be resolved 🙂

    I’m guessing that vendors who also become affiliates will have issues with the images in the same way as vendors with shop staff role currently do

    Steve

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

    Hi Guys

    after updating to the latest versions this morning

    shop staff
    drivers
    able to see all site media, this appears to be resolved 🙂

    affiliates
    can still see all sites media 🙁

    vendors that have also got shop staff roll when using this code

    //Calendar Sync For vendors - Add Staff 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 );

    still, get Sorry, you are not allowed to attach files to this post.” error when these roles try to add media to products, profile image etc

    I haven’t tested but im guessing that vendors who have also become affiliates would have Sorry, you are not allowed to attach files to this post.” error when these roles try to add media issue as well, because the affiliate role gets this error when trying to add an image to there profile.

    Steve

    in reply to: Stripe 3D Secure and SCA #81838
    sdel_nevo
    Participant

    Hi

    I don’t want to go down the route of taking any commission from vendors, we need to keep the sales workflow the same as we currently have using split pay and direct charges

    We need to pass 100% of the sales to the vendors at the point of sale instantly and for vendors to be the first merchant on file, the vendors must pay the transaction fee for each sale, not us.

    This is how our marketplace works currently and this is how it needs to going forward.

    Stripe support have indicated that the SCA and 3D secure requirements are able to achieve this as per the posts above.

    Steve

    in reply to: Stripe 3D Secure and SCA #81826
    sdel_nevo
    Participant

    Hi

    I have been banging my head against a wall all day over this.

    if I disable the new SCA and 3D secure direct charge works as expected 100% is passed instantly to the vendor

    but

    seeing as now with your plugin when SCA and 3D secure is enabled we gat charged the stripe fee how can I set the system up so that we charge the vendor these fees

    If I set the commission to

    admin 3% plus 0.20 then nothing is transferred to the vendor??????

    if I pass 100% to the vendor all the money goes to them and we are charged the fee

    how can I set the system up so we receive 3% + 0.20P of each transaction and pass the rest to the vendor instantly!!!!

    Steve

    in reply to: Stripe 3D Secure and SCA #81795
    sdel_nevo
    Participant

    Hi

    just tested and with your implementation, we as site admins pay the stripe fees!!!!

    speaking to Stripe support again below is what they have stated

    well basically if you’re using payment intents then you’re SCA compliant you can still do direct charges using payment intents

    https://stripe.com/docs/connect/direct-charges

    this is a direct conflict to what you are saying!!!

    – Stripe Split pay Charge API not yet supported by SCA and 3D Secure. It only supported by Intent API.

    I am completely confused by this, Stripe says it can be done, you say it cant (at least not yet) im totally staggered that the day this becomes law in the EU this has come to light!

    As it stands I’m going to have to either
    1. place my store into catalogue mode until this can be coded into your plugin
    2. turn off the site

    the hole business and marketing has been based on charging no sales fees!!

    Please advise, my who business model, and im sure others who use your software depend on this

    Steve

    in reply to: Stripe 3D Secure and SCA #81767
    sdel_nevo
    Participant

    Hi

    Been looking and found this

    https://stripe.com/docs/connect/destination-charges

    Shows the charges API Is available

    The “specify the settlement merchant section” states to use “on_behalf_of” attribute to set who pays the stripe fee

    Steve

    in reply to: Stripe 3D Secure and SCA #81762
    sdel_nevo
    Participant

    Hi

    I have just spoken to stripe support via chat
    They have said that nothing has changed in relation to direct charges and the SCA AND 3D secure regulation

    Direct charges still work

    So now I’m completely confused

    With your implementation if we pass 100% of the sale to the vendor, who pays the stripe transaction fee

    Steve

    in reply to: Stripe 3D Secure and SCA #81751
    sdel_nevo
    Participant

    Hi guys

    Sorry I don’t really understand point 2

    Are you saying that stripe split pay does not support direct charges with the new SCA requirement

    I haven’t seen that documented

    If that’s the case, then that’s just blown apart my complete business model

    What’s transfer commission?

    How does that work, we pass 100% of all sales to the vendor, so who now pays the stripe fee? Us as the site admin or the vendor

    If your saying that we pay the stripe fee, then I’m going to have a long hard think if my business is now even worth running

    Steve

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

    Hi guys

    That sounds like a good plan

    Steve

    in reply to: VENDOR Email on Vendor Page #81683
    sdel_nevo
    Participant

    Hi Guys

    is it possible to remove the “Mailto” ?

    I would like to show the e-mail address but not make it open the mail client, as some of my vendors are getting spammed this way

    Steve

    in reply to: Affiliate profile Image #81670
    sdel_nevo
    Participant

    Hi guys

    That’s great
    Many thanks

    Steve

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