• Resolved brijeshsir08

    (@brijeshsir08)


    Hi,

    I am using this WooCommerce Multivendor Marketplace (WCFM Marketplace) plugin.
    I need to change ‘store’ keyword with ‘agent’ keyword into those URL which have ‘store’ keyword.

    Can you please guide me about this?

    Thanks,
    Brijesh

Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    There has a setting option for this- https://ibb.co/t48wXB0
    You have this at WCFM Admin Setting -> Marketplace Setting tab

    Well, you may change other “store” label as well. Then you have to add this code to your child theme’s functions.php –

    add_filter( 'wcfmmp_sold_by_label', function( $sold_by_label ) {
      return 'Agent';
    });

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘change ‘store’ keyword with another word in URL’ is closed to new replies.