- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Required fields’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › Required fields
Tagged: required fields
It seems unnecessary to me to require the product description field. The short description is all that’s needed for most cases. Could we change this so that the product description field is not required?
Hi @rummelhoff,
Copy plugins/buddyboss-marketplace/wc-vendors/dashboard/product-edit.php to themes/onesocial-child/wc-vendors/dashboard/product-edit.php and than remove this line of code from copied file:
<?php WCVendors_Pro_Product_Form::short_description( $object_id, $product_short_description ); ?>
Regards