woocommerce / woocommerce-subscriptions-do-not-reduce-stock-on-renewal

Don't reduce a product's inventory for renewal orders processed by WooCommerce Subscriptions.
GNU General Public License v3.0
7 stars 2 forks source link

Plug In Installed, But Stock Still Reduced on Renewal #7

Open mbisque opened 2 years ago

mbisque commented 2 years ago

I have this plug in installed, but stock is still reduced on subscription renewal.

Is this plug in still supported?

I'm at WooCommerce 3.5.9.

grig-23 commented 2 years ago

Hi there,

It seems like this plugin doesn't work at the moment, but I've tested a code snippet from here today and it did work on my test site.

No guarantees from our side, but you can add the snippet to functions.php file of your child theme, or use a plugin like Code Snippets to add this snippet.

mbisque commented 1 year ago

Thank you!!!

Do you know if this logic also applies to a woo resubscribe (i.e. customer resubscribes after subscription expires)?

IOW, I want the same thing to happen on a "resubscribe" (stock not reduced).

Again thanks for the help.