Hi @yoanngadon,
Thank you for reaching out to us with your query. Let’s address your concerns one by one.
- Hiding the “Description” Field:
To hide the “Description” field in the WooCommerce admin, you can add custom CSS to your theme. This can be done by going to the ‘Appearance’ > ‘Customize’ section of your WordPress dashboard and adding the following CSS:
.product_description { display: none; }
This will hide the description field from your product pages. If the code does not work, please share the link to the prodcut page.
- Making Fields Mandatory:
To make certain fields mandatory, you’ll need to use custom code snippets that hook into WooCommerce’s functions. For example, to make the title field mandatory, you can use the woocommerce_product_options_general_product_data
hook.
- Changing the Price Field to a Dropdown List:
Changing the price field to a dropdown list is a bit more complex and might require a custom plugin. However, you can check our available plugins that might offer similar functionality at https://woo.com/products/. If you don’t find what you’re looking for, you might consider hiring a developer to create a custom solution for you.
Please note that writing or providing custom code is not within the scope of our support policy. For development and custom coding questions, it’s best to ask for insight related to those on either the WooCommerce Advanced Facebook group or the WooCommerce Community Slack. You can also seek help from the following:
I wish I could help more, but hopefully, this gets you going in the right direction to get the job done.