Description
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
More Information
Visit the WPLMS Education WordPress LMS for documentation, support, and information on getting involved in the project.
Installation
From your WordPress dashboard
- Visit ‘Plugins > Add New’
- Search for ‘Vibe BuddyPress WooCommerce’
- Activate Vibe BuddyPress WooCommerce from your Plugins page.
From www.remarpro.com
- Download Vibe BuddyPress WooCommerce.
- Upload the ‘vibe-buddypress-woocommerce’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
- Activate Vibe BuddyPress WooCommerce from your Plugins page.
FAQ
-
Does it require both woocommerce and buddypress plugin to be activated?
-
Yes, the plugin requires both the plugins to be activated then only it will sync the profiles with each other
-
Does it require a specific theme to be activated?
-
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.
-
I want to sync a Custom WooCommerce field
-
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; });
Reviews
Contributors & Developers
“Vibe BuddyPress WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Vibe BuddyPress WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
Initialise 1.0