Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Customising vendor Product Add screen
- This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago by hello4.
- AuthorPosts
- March 18, 2019 at 4:04 pm #53322hello4Participant
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 fieldI 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.6Many thanks in advance.
- March 19, 2019 at 4:29 pm #53539WCFM ForumMember
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
- March 19, 2019 at 4:34 pm #53541hello4ParticipantThis reply has been marked as private.
- AuthorPosts
- The topic ‘Customising vendor Product Add screen’ is closed to new replies.