I am trying to remove the duration
on the cart and checkout page for Woocommerce Subscriptions.
So instead of $99 / month for 12 months
only $99 / month
(${price} / {period})
The solution on the following topic removes the whole string after the price. Maybe it helps to find a solution for my case. (Remove WooCommerce subscription interval from cart and checkout pages)
Helpful resource: WooCommerce Subscriptions Filter Reference documentation
I hope someone can help me with this. Thank you