{"id":359885,"date":"2026-09-05T13:24:49","date_gmt":"2026-09-05T13:24:49","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simple-product-subscription-for-woocommerce\/"},"modified":"2026-09-05T13:24:28","modified_gmt":"2026-09-05T13:24:28","slug":"wpgenie-product-subscription-for-woocommerce","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wpgenie-product-subscription-for-woocommerce\/","author":14818404,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.1","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"WPGenie Product Subscriptions for WooCommerce","header_author":"wpgenie","header_description":"Adds lightweight subscription tracking, multiple billing plans, flexible reminders, custom notes, and manual renewals for WooCommerce products.","assets_banners_color":"","last_updated":"2026-09-05 13:24:28","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/wpgenie.org\/","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":20,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"wpgenie2","date":"2026-09-05 13:24:28","revision":3682477}},"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3682477,"resolution":"1","location":"assets","locale":"","width":1358,"height":768},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3682477,"resolution":"2","location":"assets","locale":"","width":1659,"height":325},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3682477,"resolution":"3","location":"assets","locale":"","width":1214,"height":694},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3682477,"resolution":"4","location":"assets","locale":"","width":1860,"height":511},"screenshot-5.png":{"filename":"screenshot-5.png","revision":3682477,"resolution":"5","location":"assets","locale":"","width":1100,"height":454}},"screenshots":{"1":"Adding Subscription Options to a Product","2":"Subscription Product in Product List in wp-admin","3":"Single Product Page of subscription product","4":"List of all subscriptions (your subscribers)","5":"Product Subscriptions Settings"}},"plugin_section":[],"plugin_tags":[4079,127389,229882],"plugin_category":[41],"plugin_contributors":[91123],"plugin_business_model":[],"class_list":["post-359885","plugin","type-plugin","status-publish","hentry","plugin_tags-subscriptions","plugin_tags-woocommerce-subscription","plugin_tags-wpgenie","plugin_category-communication","plugin_contributors-wpgenie2","plugin_committers-wpgenie2"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wpgenie-product-subscription-for-woocommerce.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wpgenie-product-subscription-for-woocommerce\/assets\/screenshot-1.png?rev=3682477","caption":"Adding Subscription Options to a Product"},{"src":"https:\/\/ps.w.org\/wpgenie-product-subscription-for-woocommerce\/assets\/screenshot-2.png?rev=3682477","caption":"Subscription Product in Product List in wp-admin"},{"src":"https:\/\/ps.w.org\/wpgenie-product-subscription-for-woocommerce\/assets\/screenshot-3.png?rev=3682477","caption":"Single Product Page of subscription product"},{"src":"https:\/\/ps.w.org\/wpgenie-product-subscription-for-woocommerce\/assets\/screenshot-4.png?rev=3682477","caption":"List of all subscriptions (your subscribers)"},{"src":"https:\/\/ps.w.org\/wpgenie-product-subscription-for-woocommerce\/assets\/screenshot-5.png?rev=3682477","caption":"Product Subscriptions Settings"}],"raw_content":"<!--section=description-->\n<p>This plugin adds a subscription engine for WooCommerce products with the following features:<\/p>\n\n<ul>\n<li><strong>Subscription Pricing Plans<\/strong>: Define one or more billing plans for a product, each with its own interval (e.g. every 1, 2, etc.), period (day, week, month, year), and custom price.<\/li>\n<li><strong>Frontend Selector Layout<\/strong>: Choose between displaying plans as a dropdown menu or radio buttons on the single product page.<\/li>\n<li><strong>Subscriptions Tracking<\/strong>: When a customer purchases a subscription product, a record is created under Subscriptions. Tracks start date, expiry date, status (active\/expired), customer details, and original order.<\/li>\n<li><strong>My Account Subscriptions<\/strong>: Customers can view, manage, and manually renew their subscriptions from the \"Subscriptions\" page in My Account.<\/li>\n<li><strong>Flexible Expiry Reminders<\/strong>: Set a custom list of comma-separated days before expiration to send reminder emails (e.g., 30, 10, 3).<\/li>\n<li><strong>Subscription Notes<\/strong>: Tracks change logs (such as status changes and expiry date modifications) and allows custom notes to be saved for each subscription.<\/li>\n<li><strong>WooCommerce Emails<\/strong>: Integrates template-based customer emails for expiry reminders and expired alerts, customizable in WooCommerce settings.<\/li>\n<li><strong>Manual Renewal<\/strong>: Admin can trigger subscription renewal directly from the dashboard.<\/li>\n<\/ul>\n\n<p>Important: this is a lightweight subscription tracker. It does not process automatic recurring payments, automatic payment retries, or payment method changes.<\/p>\n\n<h3>Shortcodes<\/h3>\n\n<h4>Restrict Content to Subscribers<\/h4>\n\n<pre><code>[wpgps_content product_id=\"123\"]Your protected content here...[\/wpgps_content]\n<\/code><\/pre>\n\n<p>Displays the enclosed content only to logged-in users who have an active subscription for the specified product ID(s).<\/p>\n\n<p>Attributes:\n* <code>product_id<\/code> (or <code>id<\/code>): Single product ID or comma-separated list of product IDs (e.g. <code>product_id=\"123,456\"<\/code>).\n* <code>require_all<\/code>: Set to <code>true<\/code> to require active subscriptions to all listed products, or <code>false<\/code> if having a subscription to any one of them is sufficient (default: <code>false<\/code>).\n* <code>status<\/code>: Subscription status to check (default: <code>active<\/code>).<\/p>\n\n<h3>Developer API<\/h3>\n\n<p>Other plugins and themes can check subscription statuses using the following helper functions:<\/p>\n\n<h4>Check if a user has an active subscription<\/h4>\n\n<pre><code>wpgps_has_active_subscription( $user_id, $product_id )\n<\/code><\/pre>\n\n<p>Returns <code>true<\/code> if the user has an active subscription for the specified product, otherwise <code>false<\/code>.<\/p>\n\n<h4>Retrieve user subscription IDs<\/h4>\n\n<pre><code>wpgps_get_user_subscriptions( $user_id, $status )\n<\/code><\/pre>\n\n<p>Returns an array of subscription post IDs for the user, filtered by status (defaults to <code>'active'<\/code>). Pass <code>''<\/code> to retrieve all subscriptions regardless of status.<\/p>\n\n<h3>Manual Subscription Creation<\/h3>\n\n<p>To manually create a new subscription for a customer:<\/p>\n\n<ol>\n<li>Navigate to <strong>WooCommerce<\/strong> &gt; <strong>Orders<\/strong> and click <strong>Add order<\/strong>.<\/li>\n<li>Select the customer you want to assign the subscription to.<\/li>\n<li>Click <strong>Add item(s)<\/strong> and then click <strong>Add product(s)<\/strong>. Search and add a subscription-enabled product.<\/li>\n<li>(Optional) Click the <strong>Edit<\/strong> icon (pencil) next to the added product item. Under <strong>Subscription Settings<\/strong>, select a custom <strong>Interval<\/strong> and <strong>Period<\/strong> if needed (leave them empty to use the default product settings). Save the item.<\/li>\n<li>Set the order status to <strong>Processing<\/strong> or <strong>Completed<\/strong> and save\/update the order.<\/li>\n<li>The plugin will automatically generate a new active subscription under <strong>Subscriptions<\/strong> linked to the customer and order.<\/li>\n<\/ol>\n\n<!--section=installation-->\n<ol>\n<li>Copy the <code>wpgenie-product-subscriptions-for-woocommerce<\/code> folder into <code>wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate \"WPGenie Product Subscriptions for WooCommerce\" in WordPress admin.<\/li>\n<li>Configure the plugin options under Subscriptions &gt; Subscription Settings.<\/li>\n<li>Open a WooCommerce product.<\/li>\n<li>In the Product data &gt; General tab, check \"Subscription product\".<\/li>\n<li>Add one or more plans under the \"Subscription Pricing Plans\" section, and save the product.<\/li>\n<li>View and manage created subscriptions under Subscriptions in the WordPress admin panel.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"have%20a%20question%3F\"><h3>Have a question?<\/h3><\/dt>\n<dd><p>If you want answer here please send us your questions to info@wpgenie.org<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<p>Initial realease<\/p>","raw_excerpt":"A lightweight WooCommerce plugin to sell subscription products, track active\/expired statuses, define multiple plans, and run manual renewals.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/359885","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=359885"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wpgenie2"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=359885"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=359885"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=359885"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=359885"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=359885"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=359885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}