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 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: syncronize vendor location to products #142393
    Gary Funk
    Participant

    ive set the location for the store as per your instructions above.

    setting this does NOT set the location on existing products that the vendor has in the system?

    in reply to: syncronize vendor location to products #140928
    Gary Funk
    Participant

    thanks the lookup seems to work again without changing anything?? that said when i set that, products still dont have their location set to the store location? how do we make that happen automatically.

    in reply to: syncronize vendor location to products #139742
    Gary Funk
    Participant

    Thanks for the reply however it doesnt really answer the question, that is a vendor screenshot not admin screenshot? see my vendor screenshot though for example, it doesnt show like yours.

    the same store address and store location will always be the same. however i cant set the store location??? see shot.

    also what are the steps to actually make this work (ive added geomywp alread)

    Attachments:
    You must be logged in to view attached files.
    in reply to: How to allow a Vendor application without choosing a plan #83508
    Gary Funk
    Participant

    thanks for the reply, however it doesnt make any sense as we ARE going to have 2 membership plans, a monthly one and a just straight percentage one. so removing them is not a solution

    however we DONT want a vendor to have to pay to submit their application (since if they are not approved they dont need to pay.

    does that make sense? how do we make that happen?

    Gary Funk
    Participant

    this is great and works on the vendor registration or for first name and last name however if i try to add State and City to the list of required fieds it does not work?

    add_filter( 'wcfm_membership_registration_fields', function( $registration_fields ) {
    	if( isset( $registration_fields['first_name'] ) ) {
    		$registration_fields['first_name']['custom_attributes'] = array( 'required' => 1 );
    	}
    	if( isset( $registration_fields['last_name'] ) ) {
    		$registration_fields['last_name']['custom_attributes'] = array( 'required' => 1 );
    	}
    	if( isset( $registration_fields['state'] ) ) {
    		$registration_fields['state']['custom_attributes'] = array( 'required' => 1 );
    	}
    	if( isset( $registration_fields['city'] ) ) {
    		$registration_fields['city']['custom_attributes'] = array( 'required' => 1 );
    	}
    	return $registration_fields;
    }, 50 );
    

    how to make that work?

    in reply to: Change text – State #83229
    Gary Funk
    Participant

    also i sorted out the state issue had to put in state/county and statement no longer gets replaced.

    do plugins like saywhat not work with wcfm?

    thanks
    John

    in reply to: Change text – State #83228
    Gary Funk
    Participant

    also for the country I have set the country there already but it still shows as a drop down for just one country… i would like to just remove the field completely or at minimum get rid of the drop down?

    thanks!

    in reply to: Change text – State #83227
    Gary Funk
    Participant

    thanks, only problem is it changes all instances of the word State so

    Statement became Provincement

    how to solve that?

    thanks

    in reply to: Change text – State #82727
    Gary Funk
    Participant

    since it relates and further to this post, how do we also change the labels for

    Postcode/Zip to Postal Code

    also is there a way to REMOVE country completely OR make it so its not actually a drop down and just shows my country?

    Thanks!

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