Top "Woocommerce-subscriptions" questions

To be used for Woocommerce Subscriptions plugin related questions only

Detecting if the current user has an active subscription

I'm developing a website in WordPress with WooCommerce. I'm using additionally WC Paid Listings and WooCommerce Subscriptions plugins to handle …

php wordpress woocommerce orders woocommerce-subscriptions
WooCommerce Subscriptions - Get related orders Ids for a specific subscription

Is there woocommerce function that will return me all related orders (at least the order ID) for the specific subscription …

php wordpress woocommerce orders woocommerce-subscriptions
Display shipping cost on product page - WooCommerce

I'm trying to make a custom page on Wordpress that display 2 subscription types in a form with 3 variations each (monthly, 6 …

php wordpress woocommerce shipping woocommerce-subscriptions
WooCommerce Subscriptions - Get product of a specific subscription

Is there a way to get from $product from $subscription? Thanks to this post, I know that from $subscription I …

php wordpress woocommerce product woocommerce-subscriptions
Get the Subscription id from the Order ID

I'm trying to get the subscription id from the action hook woocommerce_order_status_changed. It gives me the order …

php wordpress woocommerce orders woocommerce-subscriptions
Store custom data using WC_Cart add_to_cart() method in Woocommerce 3

I am creating a membership site and totally created static pages for each Membership plans (have only 3 plans). However, I …

php wordpress woocommerce cart woocommerce-subscriptions
WooCommerce - Get active subscriptions in a list between start / end date

I am using WooCommerce subscriptions. How can I get all subscriptions (with start date and end date) in a lists …

php wordpress woocommerce orders woocommerce-subscriptions