Changing Vendor Name to Vendor Store Name via child theme

This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Olga Barlow

  • Avatar: KX Admin
    KX Admin
    Participant
    July 25, 2020 at 22:52

    We have changed the Vendor Store Owner Legal Name to Vendor Store Name in all locations (search page, catalog, checkout, and orders) via a change in themes/xstore/framework/woo.php.
    Original Line
    <?php printf( '<a href="%s" class="by-vendor-name-link">%s %s</a>', dokan_get_store_url( $author->ID ), esc_html__('Sold by', 'xstore'), $author->display_name ); ?>

    Updated Line
    <?php printf( '<a href="%s" class="by-vendor-name-link">%s %s</a>', dokan_get_store_url( $author->ID ), esc_html__('Sold by', 'xstore'), $store_info['store_name'] ); ?>

    However this blocks us from updating the theme as it will wipe out this change. How do we make this change via a child theme so that it will not get replaced when updating the parent theme

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 27, 2020 at 14:25

    Hello,

    We’ll improve this moment from our side and include these changes in the next theme update.
    We plan it on Tuesday-Wednesday.

    Regards

    Avatar: KX Admin
    KX Admin
    Participant
    August 8, 2020 at 19:30

    Hello,

    Can you please provide information on how to do this with the new update? It is very important that there is no time that the name gets changed.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 10, 2020 at 10:00

    Hello,

    Version 6.3.9 of our theme includes the changes you asked about http://prntscr.com/tx11dw

    Regards

    Avatar: KX Admin
    KX Admin
    Participant
    August 27, 2020 at 20:39

    Hi Olga,

    Thanks for the response. We just want to check, is this a configurable option or is this now the default display?

    Thanks!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 28, 2020 at 07:51

    Hello,

    It’s default display. We don’t add it to our options because it’s related to third-party plugin.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.