Hi. I need to change the product title adding a custom (dynamically) other text.
there is a hook called woocommerce_before_shop_loop_item_title but doesnt work.
i read the forum and found this other 2 hooks
et_before_shop_loop_title and et_after_shop_loop_title
BUT
et_before_shop_loop_title = prints my custom text before the title – not a solution.
et_after_shop_loop_title = prints the product price and then adds my custom text.
how can i resolve this ? thanks