Questions tagged [woocommerce-subscriptions]

To be used for WooCommerce Subscriptions plugin related questions only

Third party official WooCommerce Subscriptions plugin.

This powerful extension allows you to create and manage products with recurring payments — payments that will give you residual revenue you can track and count on.

WooCommerce Subscriptions allows you to introduce a variety of subscriptions for physical or virtual products and services. Create product of the month clubs, weekly service subscriptions or even yearly software billing packages. Add sign-up fees, offer free trials or set expiration periods.

392 questions
0
votes
0 answers

Woocommerce subscription initial payment on expiry

I have used woo-commerce subscription plugin for my products. Now client want that if a subscription is expired, a new subscription is automatically started for the same order and customer. I an using the schedule action expiry hook to proceed…
0
votes
1 answer

Get active members list for a subscription plan in Woocommerce subscriptions

I am trying with Woocommerce subscriptions to retrieve and display the active members for specific subscription plan. I would like to get their first name, last name and billing phone, so my employees can know how is still active in easy way. I…
0
votes
1 answer

Change the entire product string in WooCommerce Subscripitons

I want to change the text and the order of my price string in WooCommerce Subscriptions. Right now it says: “$35.00 on the 1st of each month for 11 months and a $35.00 sign-up fee.” and I want it to say: “$35.00 for the first box and then $35.00 on…
Matt
  • 211
  • 4
  • 16
0
votes
1 answer

Woocommerce Subscriptions: renewal orders created automatically and pausing active subscriptions

My client uses WC Subscriptions and Memberships. He offers customers a $1 trial membership to try his services for 30 days. After the 30 days if the customer has not opted out of the subscription then they will be charged the full amount. This is…
0
votes
1 answer

WooCommerce Subscription

Say I have 10 products and want to offer them in a subscription. Product 1 ($10) - 1st Month Product 2 ($15) - 2nd Month Product 3 ($20) - 3rd Month . . . . So on... As you can see, the price is different per month. Is that possible in WooCommerce?…
Lhen
  • 181
  • 3
  • 15
0
votes
1 answer

How can I create a Lifetime subscription with Woocommerce Subscriptions Plugin?

How can I create a Variable Subscription product with a variation with lifetime validity and no payment for every year yet I need a Signup fee Thanks for your time fellows.
Pritpal Singh
  • 62
  • 1
  • 12
0
votes
1 answer

How to add Sign Up Fee on Invoice Email

I'm working on customizing Woocommerce's Emails on my installation and I'm trying to add a label with the sign up fee per product on the Customer Invoice email inside subscription-info.php I purely want to print the value to a cell but I haven't…
0
votes
0 answers

Paypal not working for subscription - PayPal Powered by Braintree and Woocommerce subscription

As mentioned in documentation to enable Paypal vault in braintree. I am not getting option in Braintree sandbox control panel, where to enable it. Can anybody help? Following is mentioned in…
0
votes
1 answer

Remove user when subscription is cancelled by the customer in Woocommerce

When customer click cancel subscription, they still can logged in the my account section, but I want to let user cannot access anything on my account section. From this point, I would like to make the function on "if the user cancels payment, it…
0
votes
2 answers

Woocommerce: Adding second email address not working, unless recipient is admin

I have tried several methods to add additional recipients to Woocommerce emails, but it only seems to work on test orders where the primary recipient is the admin. These are the snippets I've tried. If the customer for the order is the admin, the…
0
votes
1 answer

woocommerce subscription API

I am using Woocomemrce REST API to connect with my site. Everything works fine when it comes to orders but it is not working with subscriptions. I have tried following code to get subscriptions but it is giving "Error: No route was found matching…
Mubashir
  • 567
  • 3
  • 8
  • 25
0
votes
1 answer

How can I use the $subscriptions variable outside of the my-subscriptions.php template?

I am using Woocommerce Subscription extension, and I would like to display the current subscription orders located in the my-subscriptions.php template on the orders.php template (normal woocommerce template). When I copy the code over, I get the…
0
votes
1 answer

Enable registration only for selective product WooCommerce

I am using WooCommerce membership for one product and the rest of the WooCommerce products are generic products. But I want that the visitors should be able to register for WooCommerce membership but not for other products. For other products, I…
0
votes
1 answer

Edit product variation attribute values on checkout/cart page (Woocommerce)

I want to know how can i change a product variation attribute value (thursday value to sunday for example) on checkout/cart page. Can you help with that please?
0
votes
0 answers

WordPress membership and user area

I have an ecommerce wordpress site, I'm trying to know how to do the following: Visitors can register and have their profiles, Then I be able to send them individually a PDF file so each user will get a different pdf file, This pdf will be shown in…