I am building a membership website where one can become a member of paying a sign up fee for a limited time. So there is no monthly fee. I have set monthly fee as $0 / month in woocommerce subscriptions.
But the problem is that $0/ month for x months shows in checkout page which is just un-necessary information I just want to display signup fee and no monthly recurring amount.
What would be best way to do this?
Ahmar
Here is what worked for me in functions.php:
This only leaves in the price and the period.