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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Use vendor registration page without memberships #69190
    bradziajor
    Participant

    I figured out that if I set the membership page to “Shop-Manager” it works. No need for follow up, thanks!

    in reply to: Hide Fields #21140
    bradziajor
    Participant

    Could you give me some more details on the filter? I don’t know where I can find that or how to use it.

    in reply to: Hide Fields #21076
    bradziajor
    Participant

    No, I do not use groups and staffs.

    in reply to: Hide Fields #21042
    bradziajor
    Participant

    Attached.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Hide Fields #20976
    bradziajor
    Participant

    1) I disabled the profile under
    capability -> Profile
    capability -> Profile -> Address
    capability -> profile -> social

    However, it is still there under store settings.

    2) Screenshot attached. It is the black bar at the top

    3) Still require to Hide Logo and Store Name

    Attachments:
    You must be logged in to view attached files.
    in reply to: Required fields in WCFM #17958
    bradziajor
    Participant

    Yes, correct. I added this new code below the other code in Listify Child: Theme Functions (functions.php). I received an error that says “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

    in reply to: Required fields in WCFM #17951
    bradziajor
    Participant

    Unfortunately, the code does not work as I stated before. I do have another field set as required, will that make a difference? Here is the custom code I already have:

    function wcfm_custom_product_manage_fields_advanced( $wcmp_advanced_fields ) {
    if( isset( $wcmp_advanced_fields[‘enable_reviews’] ) ) {
    $wcmp_advanced_fields[‘enable_reviews’][‘custom_attributes’] = array( ‘required’ => 1 );
    }
    return $wcmp_advanced_fields;
    }
    add_filter( ‘wcfm_product_manage_fields_advanced’, ‘wcfm_custom_product_manage_fields_advanced’, 50, 2 );

    Also, I only have one custom attribute and that will be the only one required. It is to tell customers how many years of experience the service provider has with the product they are selling.

    in reply to: Required fields in WCFM #17928
    bradziajor
    Participant

    I do use WC Product Vendors and my request was for the Paypal field to be required on the WCFM screen, not registration. My other request was for a custom attribute to be made required. Screenshots attached for the custom attribute.

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