Forum Replies Created
- AuthorPosts
- Gary FunkParticipant
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?
Gary FunkParticipantthanks 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.
Gary FunkParticipantThanks 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.September 25, 2019 at 5:32 am in reply to: How to allow a Vendor application without choosing a plan #83508Gary FunkParticipantthanks 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?
September 25, 2019 at 5:10 am in reply to: How to make fields mandatory (required) in Vendor Registration form #83505Gary FunkParticipantthis 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?
Gary FunkParticipantalso 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
JohnGary FunkParticipantalso 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!
Gary FunkParticipantthanks, only problem is it changes all instances of the word State so
Statement became Provincement
how to solve that?
thanks
Gary FunkParticipantsince 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!
- AuthorPosts