• Resolved Melotheme

    (@melotheme)


    Hi, Thanks for the awesome plugin.

    For our purpose, we need to change everything from vendor to Showroom. Many things has been changed by the plugin settings but not everything.

    Like, we need to change Vendor Info to nearest showroom on Single Page.

    Hope you got my point.

    Also, How I can customize the Vendor page using Elementor. I already purchased Elementor Pro.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @melotheme ,

    We appreciate that you are using our solution and adapting based on your need. If you are looking for changing the vendor info here is the piece of code you can use –

    function dokan_seller_product_tab_rename( $tabs) {
    
        $tabs['seller'] = array(
            'title'    => __( 'Here is your title', 'dokan-lite' ),
            'priority' => 10,
            'callback' => 'dokan_product_seller_tab'
        );
    
        return $tabs;
    }
    
    add_filter( 'woocommerce_product_tabs', 'dokan_seller_product_tab_rename' );

    Our integration with Elementor is a premium feature which we are unable to discuss here. Please contact us via our website to get further help on this.

    Thank you.

    Thread Starter Melotheme

    (@melotheme)

    Hi,

    Thanks for the great support. Code is working perfectly. But still I can see: Vendor Information.

    Actually, I dont want vendor words to be appeared anywhere on my website, instead all vendor will be Showroom.

    Help will be appreciated.

    Thanks

    Hello @melotheme

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

    Now you have to save the translation file like as .po and .mo.
    I know you will ask that you do not want to translate.No need to worry – all the websites will remain in English just it will change the vendor word to your own word this is a trick to change a single string of entire plugin. You have to also change the pro version language file also.

    You have to rename the file name like dokan-lite-en_GB.mo and dokan-lite-en_GB.po and dokan-en_GB.mo and dokan-en_GB.po.Then upload it on wp-content/languages/plugins folder.

    You can follow this blog to get proper direction.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change Vendor Info Title Text’ is closed to new replies.