Forum Replies Created
- AuthorPosts
- McflaitParticipant
Hi, sorry but the filter didnt work. Can you check this?
McflaitParticipantI 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!
McflaitParticipantAny news with the checkbox request? Thanks for the help.
McflaitParticipantI love your support, thanks!
McflaitParticipanti 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!
McflaitParticipantApproaching 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. - AuthorPosts