• Resolved niikk

    (@niikk)


    Hello,

    How can I rename the vendor info lable on cart, checkout and order confirmation page?
    We want to change the word “Vendor:” to “Seller”.

    We know that we can remove the stuff with these filters, but we want to rename them and not remove. ??

    remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );

    remove_action( 'woocommerce_order_item_meta_start', 'dokan_attach_vendor_name', 10, 2 );

    Cheers & Thanks

Viewing 1 replies (of 1 total)
  • Hello,

    You can try replacing all the vendors in core coding with the seller which is hard work. Now without changing the core file, it is easy to use the translation file just open the dokan-lite pot file in PO EDIT
    then change the vendor word to your own word.

    You can follow the mentioned procedure in the article and change the string without any major coding.

    I hope this helps ??

Viewing 1 replies (of 1 total)
  • The topic ‘Rename vendor Info lable on cart and checkout page’ is closed to new replies.