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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Issue on email during vendor registration #114561
    Mcflait
    Participant

    Hi, sorry but the filter didnt work. Can you check this?

    in reply to: capability 'edit commissions' for managers #94903
    Mcflait
    Participant

    I tried with this filter, but sadly also disable the ‘store selector’.

    so in class-wcfm-vendor-support we had:

    
    if( !wcfm_is_vendor() && apply_filters( 'wcfm_is_allow_commission_manage', true ) && apply_filters( 'wcfm_is_allow_view_commission', true ) ) {
    	// Associate Vendor
    	add_action( 'end_wcfm_products_manage', array( &$this, 'wcfm_associate_vendor' ), 490 );
    	add_action( 'after_wcfm_products_manage_meta_save', array( &$this, 'wcfm_associate_vendor_save' ), 490, 2 );
    

    i took it out and make and if just with (!wcfm_is_vendor) (yeah, hardcoding with other changes via commits on github). If you had another workarund please let me now. Thanks!

    in reply to: Issue on email during vendor registration #92066
    Mcflait
    Participant

    Any news with the checkbox request? Thanks for the help.

    in reply to: Pending approval bug #84133
    Mcflait
    Participant

    I love your support, thanks!

    in reply to: Pending approval bug #83904
    Mcflait
    Participant

    i have a similar problem with this process. Not this bug, but when the vendor have a product approved, they can edit the product and put different price, pictures, title… literally a new product without approval. I saw the option to disable edit, but i wanna have the vendor can edit data of the product and then the product go to pending status, like a new product.

    Is not a bug, but its a little problem in my use case.

    Maybe you can guide me with a little snipet to process the products edits from vendors to pending status? Thanks!

    in reply to: Issue on email during vendor registration #79853
    Mcflait
    Participant

    Approaching this, can you add a checkbox to choose if i prefer send or not an email to the new vendor? Just like the ‘new user form’ from wp-admin.

    And this is just for me, but if i want to send this ‘new account email'(with the password) to my admin mail how can i do this? Thanks!

    Attachments:
    You must be logged in to view attached files.
Viewing 6 posts - 1 through 6 (of 6 total)