Per aggiungere un testo o una nota sotto la descrizione breve dei prodotti WooCommerce utilizziamo uno snippet PHP da inserire nel tema child del tuo sito:
add_action( 'woocommerce_single_product_summary', 'lab_custom_below_product_summary', 55);
function lab_custom_below_product_summary() {
echo 'ecco il mio testo sotto la descrizione breve';
}
Per richieste custom, non esitare a contattarmi