Woocommerce: add text before add-to-cart only on specific single product pages
I found the following code in order to display text before the add-to-cart-button on a single product page: // adds notice at single product page above add to cart add_action( 'woocommerce_single_product_summary', 'return_policy', 20); function return_policy() { if ( is_single( '11675'…