This topic has 6 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Olga Barlow
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
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
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.
Hello,
Version 6.3.9 of our theme includes the changes you asked about http://prntscr.com/tx11dw
Regards
Hi Olga,
Thanks for the response. We just want to check, is this a configurable option or is this now the default display?
Thanks!
Hello,
It’s default display. We don’t add it to our options because it’s related to third-party plugin.
Regards
You must be logged in to reply to this topic.Log in/Sign up