WP Manifestindependent plugin directory
manifest / ecommerce / auto-enroll-subscription

Auto Enroll on Subscription

To auto-enroll users in a WooCommerce Subscription (i.e., automatically assign them a subscription upon an event like account registration or product purchase), you'll generally need a bit of custom code or a plugin that integrates with WooCommerce Subscriptions.

by Mazhar Ali · github.com/mazharwp/auto-enroll-subscription

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mazharwp/auto-enroll-subscription/archive/refs/heads/main.zip

Coueses Auto-enroll after purchasing subscription product

When a variable subscription product with product ID 1618 is purchased, then all products that belong to the "life-time" product category should automatically be added to the order for free, regardless of their product type. Please install this plugin then active

Requirment plugin

  1. Woocommerce plugin
  2. Woocommerce subscription plugin
  3. Lifetime Subscriptions for WooCommerce (https://wordpress.org/plugins/lifetime-subscriptions-for-woocommerce/)