give me updated plugin. i cant check the private replies.
i want to sync checkout fields with buddypress fields: https://wplms.io/support/forums/topic/sync-buddypress-and-woocomerce-fields/
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
well i think this is related to the priority in the code
we need to check this please provide a video with full steps
we will replicate it and let you know if this is an issue
Please Update the plugins to latest versions 1.6.0 and let us know if ossues are not resolved
Also enable Vibebp WP sync. in Vibebp - settings
ok, on carefully re-looking at the topic. You have added custom fields to WooCommerce which you can edit the buddypress - woocommerce plugin and add there as well.
This reply has been marked as private.
This reply has been marked as private.
We can totally sync these custom fields as well. Locating credentials for your site and fixing.
This reply has been marked as private.
This reply has been marked as private.
Thank you, working on this.
Not working please check, https://prnt.sc/1myvek5
we do have a filter using which you can add additional fields in the sync plugin.
add_filter('vibe_bp_woo_sync_fields',function($args){
$args['billing']['driver_license_number']='Driver License Number';
$args['billing']['id_number']='ID Number';
return $args;
});