• Hi,

    Impossible for a shop manager to modify the stock: forbidden
    I activated as right manage_options and integrated this snippet

    add_filter('woobe_user_can_edit', function($is_forbidden, $field_key, $shop_manager_visibility_array) {
        return 1;
    }, 10, 3);

    Everything worked fine until recently.

    An idea ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forbidden for Shop Manager’ is closed to new replies.