Customising vendor Product Add screen

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 Customising vendor Product Add screen

Viewing 2 reply threads
  • Author
    Posts
    • #53322
      hello4
      Participant

      Hello there,

      Could you kindly help me to get a couple of things done please?
      1) I have 2 product attributes (namely Designer and Size) and I want those to be always ‘Active’, ‘Visible on the product page’ and not visible to vendors
      2) Make only one value can be selected for the Designer attribute
      3) Make all product attribute entry forms always opened (collapsed)
      4) Set ‘Bookable’ and ‘Priority’ values to their defaults (No, 10) and hide those
      5) Automatically copy the Description field content to Short Description field and hide the Short Description field

      I use a customised version of your ‘WCFM Customise Add Products’ plugin and and tried this for the 1st item in my list but it didn’t work:

      add_filter('wcfm_wcbokings_attribute_fields', array( &$this, 'wcfmbi_wcbokings_attribute_fields' ), 50, 2);
      
      function wcfmbi_wcbokings_attribute_fields($attribute_fields, $product_id)
      	{
      		global $WCFM, $WCFMpb;
      		
          	if (isset($attribute_fields['select_attributes_pa_designer_is_active_0'])) {
      			$attribute_fields['select_attributes_pa_designer_is_active_0']['value'] = 'enable';
      			$attribute_fields['select_attributes_pa_designer_is_active_0']['class'] = 'wcfm_custom_hide';
      			$attribute_fields['select_attributes_pa_designer_is_active_0']['label_class'] = 'wcfm_custom_hide';
          }   
              
          return $attribute_fields;
      	}

      WooCommerce Frontend Manager – Ultimate – 5.4.0
      WooCommerce Multivendor Marketplace – 2.2.5
      WooCommerce Multivendor Membership – 2.4.1
      WooCommerce Bookings – 1.12.2
      WooCommerce – 3.5.6

      Many thanks in advance.

    • #53539
      WCFM Forum
      Keymaster

      Hi,

      Well, such things comes under paid customization.

      If you are interested then may contact us here – https://wclovers.com/woocommerce-multivendor-customization/

      Thank You

    • #53541
      hello4
      Participant
      This reply has been marked as private.
Viewing 2 reply threads
  • The topic ‘Customising vendor Product Add screen’ is closed to new replies.