Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › any setting to add title for product type
- This topic has 1 reply, 2 voices, and was last updated 4 years, 8 months ago by Sarmistha Chakraborty.
- AuthorPosts
- March 1, 2020 at 9:28 am #109386
- March 3, 2020 at 6:50 pm #109736Sarmistha ChakrabortyMember
Hello,
1. is there any setting to add “product type” title above product type field?
>>`add_filter(‘wcfm_product_manage_fields_general’,function($fields,$product_id, $product_type, $wcfm_is_translated_product, $wcfm_wpml_edit_disable_element){
$fields[‘product_type’][‘label’] = ‘Product Type’;
return $fields;
},10,5);`
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
2. where to change product title placeholder.
>>You can change the “Placeholder” name using “Loco translate”.
https://localise.biz/wordpress/plugin/beginners
https://www.youtube.com/watch?v=ZUPhsoUm-QE
Select the plugin Loco Translate -> Plugins -> “WCFM – WooCommerce Frontend Manager”Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.