Viewing 1 replies (of 1 total)
  • Hello there,

    Thanks for contacting us, we hope you are doing well ??

    You can change the “product-brands” slug by a custom one, for this, you have to add the next code in the functions.php of your active theme.

    if( defined( 'YITH_WCBR' ) && ! function_exists( 'yith_wcbr_change_taxonomy_rewrite' ) ){
        function yith_wcbr_change_taxonomy_rewrite(){
            return 'nuestras-marcas';
        }
        add_filter( 'yith_wcbr_taxonomy_rewrite', 'yith_wcbr_change_taxonomy_rewrite' );
    }

    Also, you can change the “nuestras-marcas” text with the one you want.

    Let us know any news, please.
    Have a nice day!`

Viewing 1 replies (of 1 total)
  • The topic ‘Chance url /product-brands/’ is closed to new replies.