Title: Subliqo Subscription
Author: rjchoudhary745
Published: <strong>6 Qershor, 2026</strong>
Last modified: 7 Qershor, 2026

---

Kërkoni te shtojca

![](https://ps.w.org/subliqo-subscription/assets/banner-772x250.png?rev=3563252)

![](https://ps.w.org/subliqo-subscription/assets/icon-256x256.png?rev=3563252)

# Subliqo Subscription

 Nga [rjchoudhary745](https://profiles.wordpress.org/rjchoudhary745/)

[Shkarkim](https://downloads.wordpress.org/plugin/subliqo-subscription.1.0.0.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/subliqo-subscription/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/subliqo-subscription/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/subliqo-subscription/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/subliqo-subscription/#developers)

 [Asistencë](https://wordpress.org/support/plugin/subliqo-subscription/)

## Përshkrim

Subliqo Subscription is a powerful, production-ready subscription plugin for WooCommerce
with deep Stripe integration. Add subscription options to any simple or variable
product, manage the full subscription lifecycle, and automate recurring billing.

#### Key Features

**Subscription Management**

 * Add subscription options to simple and variable WooCommerce products
 * Flexible billing intervals: daily, weekly, monthly, yearly
 * Full lifecycle management: activate, pause, skip, cancel, reactivate
 * Automatic renewal order creation
 * Admin subscription creation for manual enrollments

**Stripe Integration**

 * Real Stripe payment processing via Payment Intents API
 * Stripe Elements card input on checkout
 * Automatic Stripe customer and subscription creation
 * Webhook handler for real-time status synchronization
 * Setup Intents for saving cards without immediate payment
 * 3D Secure / SCA authentication support

**Admin Dashboard**

 * Real-time analytics: total subscriptions, active, paused, cancelled, failed
 * Revenue metrics: total revenue, monthly revenue, revenue by product
 * Interactive Chart.js charts with real database data
 * Drag-and-drop customizable dashboard widgets
 * Top products and recent activity feed
 * Export reports as CSV or printable PDF/HTML

**Customer Account (My Account)**

 * Subscription list with status, amount, and next payment date
 * Detailed subscription view with payment history
 * Self-service actions: skip, pause, cancel, reactivate
 * Payment method management via Stripe Elements
 * Add, remove, and set default payment cards

**Email Notifications**

 * 8 configurable email templates for all subscription events
 * Subscription created, activated, paused, cancelled, skipped
 * Payment success, payment failed, renewal reminder
 * Placeholder system for dynamic content
 * Enable/disable individual templates
 * Admin notifications for critical events

**Advanced Features**

 * Automatic retry logic for failed payments (configurable max retries)
 * Stripe webhook integration for automatic status sync
 * Role-based access control (Admin, Manager, Accountant)
 * WooCommerce order sync – automatic order creation per payment
 * Scheduled cron jobs for renewals, retries, and reminders
 * WooCommerce HPOS (High-Performance Order Storage) compatible

### External Services

This plugin connects to Stripe (https://stripe.com) to process payments and manage
subscriptions.

When a customer places an order, updates a payment method, or when a scheduled renewal
is due, this plugin sends customer name, email address, billing address, and payment
card data to Stripe’s servers. Stripe stores and processes this data to create charges,
subscriptions, and payment records. This plugin also receives real-time event notifications
from Stripe via webhooks.

By using this plugin you agree to Stripe’s Terms of Service and Privacy Policy:

Terms of Service: https://stripe.com/legal
 Privacy Policy: https://stripe.com/privacy

## Foto ekrani

[⌊Admin Dashboard with real-time analytics⌉⌊Admin Dashboard with real-time analytics⌉[

Admin Dashboard with real-time analytics

[⌊Subscription list with status filters⌉⌊Subscription list with status filters⌉[

Subscription list with status filters

[⌊Subscription detail view with activity timeline⌉⌊Subscription detail view with
activity timeline⌉[

Subscription detail view with activity timeline

## Instalim

 1. Upload the `subliqo-subscription` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Ensure WooCommerce is installed and active
 4. Go to WooCommerce > Settings > Payments > Subliqo Stripe to configure your Stripe
    API keys
 5. Go to Subliqo Subscription > Settings to configure the webhook secret and preferences
 6. Edit any product and enable the “Subscription Product” option with duration and
    interval

#### Stripe Setup

 1. Create a Stripe account at stripe.com
 2. Get your API keys from Stripe Dashboard > Developers > API keys
 3. Add keys in WooCommerce > Settings > Payments > Subliqo Stripe
 4. Create a webhook endpoint in Stripe Dashboard pointing to your webhook URL (shown
    in plugin settings)
 5. Add the webhook signing secret to Subliqo Subscription > Settings

## PBR

### Does this plugin require WooCommerce?

Yes, WooCommerce must be installed and active. The plugin will deactivate if WooCommerce
is not present.

### Does this plugin require a Stripe account?

Yes, you need a Stripe account for payment processing. You can use test mode during
development.

### Can customers manage their own subscriptions?

Yes. Customers can view subscriptions, skip payments, pause, cancel, and reactivate
from their My Account page. Admin can control which actions are available in Settings.

### How does the retry logic work?

When a payment fails, the system automatically retries based on your configured 
max retries (default: 3). If all retries fail, the subscription is marked as failed
and both admin and customer are notified.

### Is it compatible with WooCommerce HPOS?

Yes, the plugin declares compatibility with WooCommerce High-Performance Order Storage.

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Subliqo Subscription” është software me burim të hapur. Në këtë shtojcë kanë dhënë
ndihmesë personat vijues.

Kontribues

 *   [ rjchoudhary745 ](https://profiles.wordpress.org/rjchoudhary745/)

[Përkthejeni “Subliqo Subscription” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/subliqo-subscription)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/subliqo-subscription/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/subliqo-subscription/), 
ose pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/subliqo-subscription/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/subliqo-subscription/).

## Regjistër ndryshimesh

#### 1.0.0

 * Initial release with basic subscription product fields
 * Complete rewrite with production-ready features
 * Real Stripe API integration with Payment Intents
 * Subscription lifecycle management (activate, pause, skip, cancel)
 * Stripe webhook handler for automatic status sync
 * Admin dashboard with real analytics and Chart.js charts
 * Subscription detail view with activity timeline
 * Manual subscription creation from admin
 * Customer account pages with real data
 * Payment method management via Stripe Elements
 * Email notification system with 8 configurable templates
 * Automatic renewal order creation
 * Failed payment retry logic
 * CSV and PDF export
 * Drag-and-drop dashboard widgets
 * Settings page with webhook configuration
 * WooCommerce HPOS compatibility
 * Full uninstall cleanup
 * Internationalization support

## Të tjera

 *  Version **1.0.0**
 *  Përditësuar së fundi më **2 javë më parë**
 *  Instalime aktive **Më pak se 10**
 *  Version WordPress-i ** 5.8 ose më i madh **
 *  E provuar deri me **7.0**
 *  Version PHP-je ** 7.4 ose më i madh **
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/subliqo-subscription/)
 * Etiketa
 * [Billing](https://sq.wordpress.org/plugins/tags/billing/)[membership](https://sq.wordpress.org/plugins/tags/membership/)
   [Recurring payments](https://sq.wordpress.org/plugins/tags/recurring-payments/)
   [stripe](https://sq.wordpress.org/plugins/tags/stripe/)[subscription](https://sq.wordpress.org/plugins/tags/subscription/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/subliqo-subscription/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

[Your review](https://wordpress.org/support/plugin/subliqo-subscription/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/subliqo-subscription/reviews/)

## Kontribues

 *   [ rjchoudhary745 ](https://profiles.wordpress.org/rjchoudhary745/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/subliqo-subscription/)