#2691

Hi you,

Please copy and paste this code to file functions.php ( child-theme):

add_filter( 'register_taxonomy_args',  'mixxcazt_change_product_brand_slug' );
function mixxcazt_change_product_brand_slug($args){
    $args['rewrite']['slug'] = 'brand';
    return $args;
}

Then go to Settings -> Permalink Settings -> Save changes