I have woocommerce site and i am using blocks for checkout and cart pages…
i want to add simple text that comes from single product acf field before cart item description,
something like this,
in the red part i want that content.
i already tried some hooks like,
woocommerce_get_price_html
, woocommerce_cart_item_price
..
but i think it’s not working with woocommerce blocks.
please let me know what should i try to get my desired result…