Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

Vibe BuddyPress WooCommerce

Opis

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.

Instalacja

From your WordPress dashboard

  1. Visit 'Plugins > Add New’
  2. Search for 'Vibe BuddyPress WooCommerce’
  3. Activate Vibe BuddyPress WooCommerce from your Plugins page.

From WordPress.org

  1. Download Vibe BuddyPress WooCommerce.
  2. Upload the 'vibe-buddypress-woocommerce’ directory to your '/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate Vibe BuddyPress WooCommerce from your Plugins page.

Najczęściej zadawane pytania

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;
});

Recenzje

Przeczytaj 1 recenzje

Kontrybutorzy i deweloperzy

„Vibe BuddyPress WooCommerce” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

1.0

Initialise 1.0