1) At the Product page > Product Data section > Advanced tab – set Enable reviews = unchecked.
2) Does this text vary by product? If by product you will need to make a custom field and write a function in functions.php for your child theme something like this:
add_action('woocommerce_after_shop_loop_item', 'after_product_item');
function after_product_item() {
// code to get custom field and print it with appropriate markup
}
Thanks for your help, but the second one it didn’t work…
I have placed the codes but nothing happen.
I just want a brief description to be below the product name before they enter the whole product description.
Where I’ve put “// code…” you need to write the code to do it. Sorry its a big ask for a forum answer to write the code for you.
I wrote the code in fuctions.php…The codes that you wrote.
I am sorry I am very new to wordpress.
You need to write the function where I put “// code..”. You will need to know PHP or get someone with PHP skills to help. Its a bit too much work to write that code for you in a forum answer. Someone might, but its unlikely because its quite a bit of work.