Forum Replies Created
- AuthorPosts
- bradziajorParticipant
I figured out that if I set the membership page to “Shop-Manager” it works. No need for follow up, thanks!
bradziajorParticipantCould you give me some more details on the filter? I don’t know where I can find that or how to use it.
bradziajorParticipantNo, I do not use groups and staffs.
bradziajorParticipantAttached.
Attachments:
You must be logged in to view attached files.bradziajorParticipant1) I disabled the profile under
capability -> Profile
capability -> Profile -> Address
capability -> profile -> socialHowever, 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.bradziajorParticipantYes, 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.”
bradziajorParticipantUnfortunately, 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.
bradziajorParticipantI 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. - AuthorPosts