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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Disable address field #71527

    Thank you!
    I have one more questions.

    How can I move a custom menu to submenu
    And I want to disable progress bar
    http://prntscr.com/oc08ss

    in reply to: Disable address field #71518

    I need to disable only Address.
    Location should be visible.

    http://prntscr.com/obzp5f

    in reply to: Disable address field #71418

    Well, then I need to turn off this block completely.

    in reply to: Disable address field #71303

    Thank you!
    But I want to disable state.
    I change (city to state) code, but I have issue field

    http://prntscr.com/obcdij

    function wcfm_marketplace_settings_fields_hide( $address_fields ) {
    $address_fields = wcfm_hide_field( ‘street_1’, $address_fields );
    $address_fields = wcfm_hide_field( ‘street_2’, $address_fields );
    $address_fields = wcfm_hide_field( ‘zip’, $address_fields );
    $address_fields = wcfm_hide_field( ‘state’, $address_fields );
    return $address_fields;
    }

    add_filter( ‘wcfm_marketplace_settings_fields_address’, ‘wcfm_marketplace_settings_fields_hide’ );
    add_filter( ‘wcfm_membership_registration_fields_address’, ‘wcfm_marketplace_settings_fields_hide’ );
    add_filter( ‘wcfm_wcmarketplace_settings_fields_customer_support’, ‘wcfm_marketplace_settings_fields_hide’ );

Viewing 4 posts - 1 through 4 (of 4 total)