function add_custom_text_before_price() { echo 'Per doos'; } add_action( 'woocommerce_after_shop_loop_item_title', 'add_custom_text_before_price', 8 );