any setting to add title for product type

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate any setting to add title for product type

Viewing 1 reply thread
  • Author
    Posts
    • #109386
      wpxpert
      Participant

      1. is there any setting to add “product type” title above product type field?
      2. where to change product title placeholder.

      Attachments:
      You must be logged in to view attached files.
    • #109736

      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.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.