Add custom fee to recurring total woocommerce subscription

余生长醉 提交于 2019-12-04 21:31:54

I provided a more in-depth answer on a similar question.

Long story short try adding this:

add_filter( 'woocommerce_subscriptions_is_recurring_fee', '__return_true' );

And check out the Woocommerce doc that provides some examples that may help you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!