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
1 answer

WordPress: "All" filter is not working on admin listing page?

I am using plugin for WooCommcerce Subscription https://woocommerce.com/products/woocommerce-subscriptions. All other filters are working fine except All filter is not showing any records. is there any way around to solve this from theme's…
Kalim
  • 487
  • 6
  • 18
0
votes
0 answers

WooCommerce Subscriptions plugin - custom invoicing period

So, I've WooCommerce with WooCommerce Subscriptions plugin - by WooCommerce. Now, I've daily subscription, everything works fine. User gets subscription, and is getting invoice each and every day. Now, which hook can I use to make it invoice my…
Milos
  • 981
  • 3
  • 16
  • 41
0
votes
1 answer

Programmatically extending a WooCommerce Subscription

I have over 30,000 users with expired WooCommerce Subscriptions that I am looking to easily extend. Is there a way that I can do this programmatically? Or a simple MySQL statement that I can run? Has anyone done this before? Any help will be greatly…
0
votes
3 answers

Woo Commerce , how to edit checkout page

I am trying to edit the Product and checkout Page on Woocommerce. WE have a Divi theme installed, but it doesn’t allow me to customize the product page. Does anyone know where I can find the files that generate the product page so I can edit them?…
0
votes
0 answers

Woocommerce agroup and sort only uniques file_name and dont repeat them

I have jumped into this @7uc1f3r code who helped me: https://stackoverflow.com/a/60752984/12500693 but this is giving me a problem: | PRODUCT | FILENAME /LINK/ | | prdct1 | filenamex 1 | | '' | filenamex 3 | | …
0
votes
1 answer

Creating a WC_Product_Subscription_Variation and setting the required post meta (period and period_interval) via PHP

I am trying to create a WC_Product_Variable_Subscription and the connected WC_Product_Subscription_Variation(s) via PHP Creating WC_Product_Variable and WC_Product_Variation seems to be pretty straight forward (the class from which the classes I…
matthias
  • 311
  • 2
  • 12
0
votes
1 answer

Weird Caching Issue - WordPress + Ultimate Member + WP Engine + Cloudflare

I am facing a very weird caching issue on my site. The site is hosted on WP Engine with Cloudflare setup. Here is the complete scenario when the user tried to access the site. When the user upgrades to pro after successful payment, then all the pro…
0
votes
2 answers

How to change multiple subscription products strings in woocommerce subscriptions?

I have multiple subscription products in my website with monthly, yearly and weekly. I am running this code which is working fine (changing "month to 30 days ") but only works for the products with "Monthly" how can I apply it to change the the…
0
votes
1 answer

woocommerce : Get order id from renewed subscription id

I have been using this code to process a renewal payment. The problem is that this line $parent_id = WC_Subscriptions_Renewal_Order::get_parent_order_id( $subscription ); // <<<<< this is failing Ultimately causes a fatal error: …
Debbie Kurth
  • 403
  • 3
  • 16
0
votes
1 answer

How to set subscription/membership plan as default?

I am using Woocommerce Subscription plugin. I have two types of plans right now. 1. Is paid 2. Free When user registers on my site, I want every user to show default free membership subscribed to that account in beginning until it upgrades…
0
votes
1 answer

Manually send WooCommerce order from pending payment to payment gateway

I have a renewal based site. I'm using WooCommerce with WooCommerce Subscription on my site. I attached a custom function to the filter wcs_renewal_order_created. The filter is applied after a renewal order is created. The custom function gave a…
Abhishek
  • 153
  • 1
  • 3
  • 15
0
votes
0 answers

WC Composite product add more products of a component in defined number of steps

As you will find out, I'm a designer with little experience coding. I´ve been trying to get the quantities of an specific component to be multiplied by 3 for a 3 month subscription plan (each month clients get 1 item, so any end quantity has to be a…
0
votes
2 answers

Woocommerce Subscriptions get next payment date when subscription is renewed

I’m using Woocommerce Subscriptions plugin in my Woocommerce site. I want to post the new renewal date for a subscription to an external API when a subscription is renewed. I’m trying to use the ‘woocommerce_subscription_renewal_payment_complete’…
Jordi Blanch
  • 187
  • 1
  • 11
0
votes
0 answers

How do I change the verbiage for "sign up fee" in Woocommerce Subscriptions?

I used another code to hide the price string under the product title, however, when you select the variations, the price string appears at the bottom above the add to cart button. I would like to change the words "sign up fee" to "deposit" and also…
0
votes
1 answer

WooCommerce Subscriptions - Automatic switching of cost and interval

I'm using WooCommerce Subscriptions/Memberships and am pretty certain what I'm trying to achieve isn't possible out of the box. Essentially I want three options of billing intervals: $15 per week for 12 weeks. $60 per month for 3 months. $180 up…
Owen Davey
  • 1,202
  • 1
  • 12
  • 18