Forum Replies Created
- AuthorPosts
- adrian.petcu2011Participant
Believe me, I know how to use Loco Translate and I use it. And also I translated all Ultimate add-on.
adrian.petcu2011ParticipantThis reply has been marked as private.adrian.petcu2011ParticipantDear Sushobhan,
Before buy your Group & Staff plugin, I asked through a ticket the next thing:
I need two type of vendors, And I need to differentiate them through information they submit since the registration. I can put a different form for each type of registered user, but I don’t know if i can assign a different custom role automatically, through form.
And you answered:
You may create vendor group and assign different capabilities to then using WCFM – Group addon – https://wclovers.com/product/woocommerce-frontend-manager-groups-staffs/
So, i Buyed your plugin. To find now that I need custom coding…adrian.petcu2011ParticipantI cannot create a reply…
adrian.petcu2011ParticipantGood, useful and honorable intention. If it would work.
But in file : wcfmvm-controller-memberships-settings.php, the sequence below isn’t there:
<?php
$WCFM->wcfm_fields->wcfm_generate_form_field( apply_filters( ‘membership_setting_features_fields’, array( “membership_features” => array( ‘label’ => __( ‘Features List’, ‘wc-multivendor-membership’ ), ‘type’ => ‘multiinput’, ‘value’ => $membership_feature_lists, ‘options’ => array(
‘feature’ => array( ‘label’ => __( ‘Feature’, ‘wc-multivendor-membership’ ), ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title’ ),
‘help’ => array( ‘label’ => __( ‘Help Message’, ‘wc-multivendor-membership’ ), ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title’ )
) ) ) ) );
?>
the same for the file wcfmvm-view-memberships-settings.phpadrian.petcu2011ParticipantYes, the same to me…
I did not realised that this situation appeared after the Ultimate version - AuthorPosts