
Vibe BuddyPress WooCommerce helps users to Sync the Buddypress Profile Fields with Woocommerce billing and shipping fields.
Vibe BuddyPress WooCommerce plugin is a free plugin developed to help users to Sync the Buddypress Profile Fields with Woocommerce billing and shipping fields and vice versa. The users do not have to worry a lot and perform various steps to sync the data, they simply needs to map the fields in the wordpress settings -> vibe bp woo sync. The rest of the work will be done by the plugin automatically whenever the buddypress profile fields are updated or woocommerce fields are updated.
Tutorial On how to setup and get started : link
Visit the WPLMS Education WordPress LMS for documentation, support, and information on getting involved in the project.
Yes, the plugin requires both the plugins to be activated then only it will sync the profiles with each other
No, You do need any specific theme for this plugin, you can use it with any theme on wordpress, it only requires woocommerce and buddypress plugins to be activated in your website.
Get the WooCommerce custom field id. Assume : billing_field_369 , then add this code in your child theme :
add_filter('vibe_bp_woo_sync_fields',function($fields){ $fields['billing']['billing_field_369']= ' WooCommerce Profession'; return $fields; }); Initialise 1.0