For an admin it would be much easier to know the orders from which vendor by displaying the store name not the vendor name.
How can I change the vendor column in wp-admin/admin.php?page=wc-orders to show the store name not the vendor name.
But when I switch to list view the store name is below the product image and not below the price as I wanted.
I need to place the store name below the price in the list view. It would be better if I could put the Thumbnail in the list view. Because the thumbnail is much prettier, and it contains the store’s rating stars.
Can anyone help me?
View post on imgur.com
View post on imgur.com
]]>I already looked up for the custom field setting but it doesnt have any setting to change the ‘Store Name’
Really hope for help.
Thank You
]]>I’m using your plugin on my website. your plugin is working very nicely but there is one problem, the user has added a single word for the store name. I would like to confirm with you. Is there any way to set the minimum number of characters for store names?
https://gyazo.com/78b7d89b115f123491e9c7c919602b94
Please let me know if there is any way to do that.
Looking forward to your response.
Thanks
]]>function get_name () {
$post_id = get_queried_object_id();
$post_author_id = get_post_field( 'post_author', $post_id );
$authordata = get_userdata( $post_author_id );
$author = $authordata->user_nicename;
return $author;
}
function register_custom_yoast_variables () {
wpseo_register_var_replacement ( '%%namestore%%' , 'get_name' , 'advanced' , 'Название магазина' );
}
]]>I am setting up a Facebook Shop feed, love the plugin and thinking about upgrading. The only feature I really need from the upgrade is to map Brand to the Store Name as I am running WCFM multi-vendor.
I have found the data in the database, it is in wp_usermeta and
is keyed on the
* user_id
* meta_key “store_name” or “wcfmmp_store_name” (no idea why the duplication).
Would it be possible using Elite to map the store_name over to Brand in the feed?
]]>I want the products to be related to the store name. Currently I can only use the Vendor ID or _wcfm_product_author but the name does not appear.
How do I get the name to appear?
Thanks
]]>Only the store name remains in the seller info tab on the product page. How do I convert that store name into a link to the store.
https://www.linkpicture.com/q/Capture_177.jpg -> my product page file
Also used –
/* to remove vendor label from product page */
div#tab-seller li.seller-name{
display: none;
}
I dont want to change anything else other than converting the store name to a link to the store page..
]]>I want to hide the Store Name below the Add to Cart button and just showing the Rating Star only in the center align on shop page.
Appreciate your time and cooperation.
]]>My customer wants to know If he is able to remove the store name option from the vendor registration form because most of his members using his site are private people selling their cars and not companies with stores. Is he able to remove the store name option from the registration form or is the store name option some kind of core item in the plugin that is needed for the plugin to work correctly?
]]>